Skip to content

Commit ce5a62b

Browse files
committed
adjust comment
1 parent 98b5a78 commit ce5a62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/web/Laundromat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public static String launderRevision(String value) {
7777
* (non-logging) processing. The value is assumed to represent URI path,
7878
* not necessarily existent on the file system. Further, it assumes that the URI path
7979
* is already decoded, e.g. {@code %2e%2e} turned into {@code ..}.
80-
* @return {@code value} with path traversal path components {@code /../}
80+
* @return {@code value} with path traversal path components {@code /../} removed
8181
* and null characters replaced with {@code _}.
8282
*/
8383
public static String launderUriPath(@NotNull String value) {

0 commit comments

Comments
 (0)