We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52a572 commit 947531aCopy full SHA for 947531a
opengrok-indexer/src/main/java/org/opengrok/indexer/web/Util.java
@@ -1462,7 +1462,7 @@ public static boolean isHttpUri(String string) {
1462
* If given path is a URI, return the string representation with the user-info part filtered out.
1463
* @param path path to object
1464
* @return either the original string (if the URI is not valid)
1465
- * or string representation of the URL with the user-info part removed
+ * or string representation of the URI with the user-info part removed
1466
*/
1467
public static String redactUri(String path) {
1468
URI uri;
0 commit comments