Explorar o código

fix #2276 update system properties

Shinsuke Sugaya %!s(int64=5) %!d(string=hai) anos
pai
achega
afcf896695
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/java/org/codelibs/fess/helper/SystemHelper.java

+ 1 - 1
src/main/java/org/codelibs/fess/helper/SystemHelper.java

@@ -446,7 +446,7 @@ public class SystemHelper {
         if (StringUtil.isNotBlank(value)) {
             ParameterUtil.parse(value).entrySet().stream().filter(e -> {
                 final String key = e.getKey();
-                if (StringUtil.isNotBlank(key)) {
+                if (StringUtil.isBlank(key)) {
                     return false;
                 }
                 if (key.startsWith("fess.")) {