Akira Ajisaka created HDFS-11249: ------------------------------------ Summary: Redundant toString() in DFSConfigKeys.java Key: HDFS-11249 URL: https://issues.apache.org/jira/browse/HDFS-11249 Project: Hadoop HDFS Issue Type: Improvement Reporter: Akira Ajisaka Priority: Trivial
{code:title=DFSConfigKeys.java} public static final String DFS_WEBHDFS_AUTHENTICATION_FILTER_DEFAULT = "org.apache.hadoop.hdfs.web.AuthFilter".toString(); {code} {{.toString()}} is not necessary and can be removed. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org