Skip to content

Commit e03b934

Browse files
ahornacevladak
andcommitted
final static
Co-Authored-By: vladak <[email protected]>
1 parent 54aac5b commit e03b934

File tree

1 file changed

+1
-1
lines changed
  • opengrok-indexer/src/main/java/org/opengrok/indexer/web

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/web/Util.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1675,7 +1675,7 @@ public static boolean isHttpUri(String string) {
16751675
return url.getProtocol().equals("http") || url.getProtocol().equals("https");
16761676
}
16771677

1678-
protected final static String REDACTED_USER_INFO = "redacted_by_OpenGrok";
1678+
protected static final String REDACTED_USER_INFO = "redacted_by_OpenGrok";
16791679

16801680
/**
16811681
* If given path is a URL, return the string representation with the user-info part filtered out.

0 commit comments

Comments
 (0)