You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2008/09/22 20:20:44 UTC

[jira] Updated: (HADOOP-4242) Remove an extra ";" in FSDirectory

     [ https://issues.apache.org/jira/browse/HADOOP-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-4242:
-------------------------------------------

    Attachment: 4242_20080922.patch

4242_20080922.patch: removed ";"

> 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.