Skip to content

Commit

Permalink
Update ArbitraryCharacterFactoryReserved.java
Browse files Browse the repository at this point in the history
  • Loading branch information
portlek committed Aug 2, 2024
1 parent 3b7c74e commit 1960a06
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ private static final class Internal {
for (char c = '0'; c <= '9'; c++) {
reserved.add(c);
}
reserved.add((char) 167);
Collections.addAll(
reserved,
'!',
Expand Down

0 comments on commit 1960a06

Please sign in to comment.