afc03da93b
Motivation: No need to initialize charsets from the string. We can take already allocated charset from StandardCharsets class. Modification: Replace Charset.forName("US-ASCII") with StandardCharsets.US_ASCII. Removed Charset[] values() method and internal static variable as it was used only in tests. Result: Reuse what the JDK provides |
||
---|---|---|
.. | ||
src | ||
pom.xml |