You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Chinmay Kulkarni (Jira)" <ji...@apache.org> on 2019/12/21 00:57:07 UTC

[jira] [Closed] (PHOENIX-5130) removed 'static' keyword from 'private static enum'.

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

Chinmay Kulkarni closed PHOENIX-5130.
-------------------------------------

Bulk closing Jiras for the 4.15.0 release.

> removed 'static' keyword from 'private static enum'.
> ----------------------------------------------------
>
>                 Key: PHOENIX-5130
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5130
>             Project: Phoenix
>          Issue Type: Improvement
>    Affects Versions: 5.1.0
>            Reporter: Jeon, Il Woong
>            Assignee: Jeon, Il Woong
>            Priority: Trivial
>             Fix For: 4.15.0, 5.1.0
>
>         Attachments: PHOENIX-5130.patch, PHOENIX-5130_2019_04_27.patch, PHOENIX-5130_2019_04_27.patch, Screenshot from 2019-04-26 16-56-47.png
>
>   Original Estimate: 1m
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Hello :)
> I did found 'private static enum'.
> 'static' keyword is unnecessary for enum type.
> 'Nested enum types are implicitly static(https://docs.oracle.com/javase/specs/jls/se8/html/jls-8.html#jls-8.9)'.
> So I removed 'static' keyword from 'private static enum'.
> [https://github.com/apache/phoenix/pull/438]
> Thank you for reading.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)