We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c02d15 commit d620c03Copy full SHA for d620c03
opengrok-indexer/src/main/java/org/opengrok/indexer/web/Util.java
@@ -1457,7 +1457,7 @@ public static boolean isHttpUri(String string) {
1457
return uri.getScheme().equals("http") || uri.getScheme().equals("https");
1458
}
1459
1460
- protected static final String REDACTED_USER_INFO = "redacted_by_OpenGrok";
+ static final String REDACTED_USER_INFO = "redacted_by_OpenGrok";
1461
1462
/**
1463
* If given path is a URL, return the string representation with the user-info part filtered out.
0 commit comments