We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54aac5b commit e03b934Copy full SHA for e03b934
opengrok-indexer/src/main/java/org/opengrok/indexer/web/Util.java
@@ -1675,7 +1675,7 @@ public static boolean isHttpUri(String string) {
1675
return url.getProtocol().equals("http") || url.getProtocol().equals("https");
1676
}
1677
1678
- protected final static String REDACTED_USER_INFO = "redacted_by_OpenGrok";
+ protected static final String REDACTED_USER_INFO = "redacted_by_OpenGrok";
1679
1680
/**
1681
* If given path is a URL, return the string representation with the user-info part filtered out.
0 commit comments