瀏覽代碼

fix code format

Shinsuke Sugaya 5 年之前
父節點
當前提交
f99218b6fe

+ 1 - 1
src/main/java/org/codelibs/fess/app/job/ScriptExecutorJob.java

@@ -83,7 +83,7 @@ public class ScriptExecutorJob implements LaJob {
             }
 
             if (logger.isDebugEnabled()) {
-                logger.debug("Starting Job {}. scriptType: {}, script: {}" , id, scriptType, script);
+                logger.debug("Starting Job {}. scriptType: {}, script: {}", id, scriptType, script);
             } else if (scheduledJob.isLoggingEnabled() && logger.isInfoEnabled()) {
                 logger.info("Starting Job " + id + ".");
             }

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

@@ -265,7 +265,7 @@ public class LabelTypeHelper {
                     return true;
                 }
                 if (logger.isDebugEnabled()) {
-                    logger.debug("Path {} wasn't matched against the include paths expression {}" , path, includedPaths.toString());
+                    logger.debug("Path {} wasn't matched against the include paths expression {}", path, includedPaths.toString());
                 }
                 return false;
             } else {