[ 
https://issues.apache.org/jira/browse/HBASE-22199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Hentschel resolved HBASE-22199.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0
     Release Note: Replaced "UTF-8" String with either StandardCharsets.UTF_8 
or Bytes.getBytes, depending if a byte or a string is used.

> 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
>            Priority: Trivial
>             Fix For: 3.0.0
>
>
> 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)

Reply via email to