Skip to content

Commit d620c03

Browse files
committed
weaken visibility of protected symbol in final class
1 parent 3c02d15 commit d620c03

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ public static boolean isHttpUri(String string) {
14571457
return uri.getScheme().equals("http") || uri.getScheme().equals("https");
14581458
}
14591459

1460-
protected static final String REDACTED_USER_INFO = "redacted_by_OpenGrok";
1460+
static final String REDACTED_USER_INFO = "redacted_by_OpenGrok";
14611461

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

0 commit comments

Comments
 (0)