Mike Drob created ACCUMULO-1545:
-----------------------------------
Summary: Use UTF-8 constant instead of String
Key: ACCUMULO-1545
URL: https://issues.apache.org/jira/browse/ACCUMULO-1545
Project: Accumulo
Issue Type: Sub-task
Reporter: Mike Drob
Priority: Trivial
API calls that specify UTF-8 using the string form of the argument should
instead use
[Charset.forName()|http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html#forName%28java.lang.String%29].
This constant can then be further replaced with
[StandardCharsets.UTF_8|http://docs.oracle.com/javase/7/docs/api/java/nio/charset/StandardCharsets.html#UTF_8].
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira