freemarker icon indicating copy to clipboard operation
freemarker copied to clipboard

use StandardCharsets instead of string

Open hduelme opened this issue 2 years ago • 0 comments

Since Java 7 StandardCharsets can be used for standard charsets. It prevents the unnecessary lookup of the charset and in addition no UnsupportedEncodingException can be thrown.

hduelme avatar Apr 23 '24 21:04 hduelme