Skip to content

Commit 947531a

Browse files
committed
fix javadoc
1 parent a52a572 commit 947531a

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
@@ -1462,7 +1462,7 @@ public static boolean isHttpUri(String string) {
14621462
* If given path is a URI, return the string representation with the user-info part filtered out.
14631463
* @param path path to object
14641464
* @return either the original string (if the URI is not valid)
1465-
* or string representation of the URL with the user-info part removed
1465+
* or string representation of the URI with the user-info part removed
14661466
*/
14671467
public static String redactUri(String path) {
14681468
URI uri;

0 commit comments

Comments
 (0)