You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Jakob Homan (Updated) (JIRA)" <ji...@apache.org> on 2012/01/30 21:45:10 UTC

[jira] [Updated] (GIRAPH-133) Typo in JavaDoc in BspCase::remove

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

Jakob Homan updated GIRAPH-133:
-------------------------------

    Summary: Typo in JavaDoc in BspCase::remove  (was: Type in JavaDoc in BspCase::remove)
    
> Typo in JavaDoc in BspCase::remove
> ----------------------------------
>
>                 Key: GIRAPH-133
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-133
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Jakob Homan
>            Priority: Trivial
>              Labels: newbie
>
> Configuration is spelled wrong in the javadoc:
> {noformat}    /**
>      * Helper method to remove a path if it exists.
>      * 
>      * @param conf Configutation
>      * @param path Path to remove
>      * @throws IOException
>      */
>     public static void remove(Configuration conf, Path path) 
>             throws IOException {
>         FileSystem hdfs = FileSystem.get(conf);
>         hdfs.delete(path, true);
>     }{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira