ctubbsii opened a new issue #1192: Replace Charset strings with concrete type
URL: https://github.com/apache/accumulo/issues/1192
 
 
   New APIs in Java 11 allow us to stop using String when a Charset parameter 
is available. We should switch to using the Charset version instead.
   
   Frequently, in our code, you'll see something like `UTF_8.name()`, which we 
can replace with simply `UTF_8`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to