[ 
https://issues.apache.org/jira/browse/HADOOP-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633666#action_12633666
 ] 

Steve Loughran commented on HADOOP-4242:
----------------------------------------

I see this in IDEA too; thought it was that IDE only. Looks like the IDEs have 
a stricter model of what is legal than javac itself. 

> 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
>
>         Attachments: 4242_20080922.patch
>
>
> 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.

Reply via email to