Browse Source

code formatter

Shinsuke Sugaya 10 years ago
parent
commit
c5f9a17e9c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/java/jp/sf/fess/helper/WebFsIndexHelper.java

+ 2 - 1
src/main/java/jp/sf/fess/helper/WebFsIndexHelper.java

@@ -334,7 +334,8 @@ public class WebFsIndexHelper implements Serializable {
                 if (StringUtil.isNotBlank(u)) {
                     u = u.trim();
                     if (!u.startsWith("#")) {
-                        if (!u.startsWith("file:") && !u.startsWith("smb:") && !u.startsWith("ftp:")) {
+                        if (!u.startsWith("file:") && !u.startsWith("smb:")
+                                && !u.startsWith("ftp:")) {
                             if (u.startsWith("/")) {
                                 u = "file:" + u;
                             } else {