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

Harsh J updated GIRAPH-133:
---------------------------

    Attachment: GIRAPH-133.patch
    
> 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
>         Attachments: GIRAPH-133.patch
>
>
> 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

        

Reply via email to