Remove an extra ";" in FSDirectory
----------------------------------
Key: HADOOP-4242
URL: https://issues.apache.org/jira/browse/HADOOP-4242
Project: Hadoop Core
Issue Type: Bug
Components: dfs
Reporter: Tsz Wo (Nicholas), SZE
Assignee: Tsz Wo (Nicholas), SZE
Priority: Blocker
Fix For: 0.19.0
In FSDirectory,
{code}
import org.apache.hadoop.hdfs.server.common.HdfsConstants.StartupOption;;
{code}
Eclipse complains that
{noformat}
Syntax error on token ";", delete this token.
{noformat}
but javac seems okay about it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.