Skip to content

Commit d7937f4

Browse files
author
drighetto
committed
fix typo
1 parent 782b585 commit d7937f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/eu/righettod/SecurityUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ public static boolean isRegexSafe(String regex, String data, Optional<Integer> m
13361336
* <br><br>
13371337
* Why such method?
13381338
* <ul>
1339-
* <li>Java <= 21 does not supports natively the generation of an UUID version 7.</li>
1339+
* <li>Java inferior or equals to 21 does not supports natively the generation of an UUID version 7.</li>
13401340
* <li>Import a library just to generate such value is overkill for me.</li>
13411341
* <li>Library that I have found, generating such version of an UUID, are not provided by entities commonly used in the java world, such as the SPRING framework provider.</li>
13421342
* </ul>

0 commit comments

Comments
 (0)