[
https://issues.apache.org/jira/browse/ZOOKEEPER-2255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Patrick Hunt updated ZOOKEEPER-2255:
------------------------------------
Assignee: Yvonne Ironberg
> Use static member classes when permitted
> ----------------------------------------
>
> Key: ZOOKEEPER-2255
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2255
> Project: ZooKeeper
> Issue Type: Improvement
> Reporter: Yvonne Ironberg
> Assignee: Yvonne Ironberg
> Priority: Minor
> Attachments: ZOOKEEPER-2255.patch
>
>
> Using static member classes saves time and space because an instances of a
> nonstatic member class has a reference to its enclosing instance.
> Also did some style improvements:
> - JLS recommends modifiers be in this order: public protected private
> abstract static final transient volatile synchronized native strictfp.
> - Inserted some spaces.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)