Type 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


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