You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jan Hentschel (JIRA)" <ji...@apache.org> on 2019/04/10 11:58:00 UTC

[jira] [Created] (HBASE-22199) Replace "UTF-8" with StandardCharsets.UTF_8 where possible

Jan Hentschel created HBASE-22199:
-------------------------------------

             Summary: Replace "UTF-8" with StandardCharsets.UTF_8 where possible
                 Key: HBASE-22199
                 URL: https://issues.apache.org/jira/browse/HBASE-22199
             Project: HBase
          Issue Type: Task
            Reporter: Jan Hentschel
            Assignee: Jan Hentschel


Currently the String "UTF-8" is used in some places where StandardCharsets.UTF_8 could be used. To make it easier to maintain, the current usages of "UTF-8" as a String should be replaced with StandardCharsets.UTF_8.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)