You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Mike Drob (JIRA)" <ji...@apache.org> on 2013/07/01 20:04:20 UTC

[jira] [Created] (ACCUMULO-1545) Use UTF-8 constant instead of String

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