jeantil commented on a change in pull request #484:
URL: https://github.com/apache/james-project/pull/484#discussion_r647494250
##########
File path:
server/container/guice/configuration/src/main/java/org/apache/james/utils/DelegatedPropertiesConfiguration.java
##########
@@ -372,6 +377,7 @@ public void unlock(LockMode mode) {
private Stream<String> splitAndStripDoubleQuotes(String value) {
return Optional.ofNullable(value)
+ .filter(s -> !StringUtils.isAllBlank(s))
Review comment:
but then the first one on line 380 becomes useless :p
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]