Remove implementing FSConstants interface just to access the constants defined 
in the interface
-----------------------------------------------------------------------------------------------

                 Key: HDFS-2241
                 URL: https://issues.apache.org/jira/browse/HDFS-2241
             Project: Hadoop HDFS
          Issue Type: Improvement
            Reporter: Suresh Srinivas
            Assignee: Suresh Srinivas
             Fix For: 0.23.0


Currently many classes implement FSConstants.java interface just for the 
convenience of accessing the constants defined in it. This could be done by 
using static imports or in some cases using FSConstants.<CONSTANT_NAME>, with 
no need for implementing the interface.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to