Description
API calls that specify UTF-8 using the string form of the argument should instead use Charset.forName(). This constant can then be further replaced with StandardCharsets.UTF_8.
Attachments
Issue Links
- is related to
-
ACCUMULO-3288 Use static import for UTF-8
- Resolved