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 (Created) (JIRA)" <ji...@apache.org> on 2012/01/30 21:27:10 UTC

[jira] [Created] (GIRAPH-133) Type in JavaDoc in BspCase::remove

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

        

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

Posted by "Jakob Homan (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GIRAPH-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakob Homan resolved GIRAPH-133.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.2.0
         Assignee: Harsh J

Committed.  Resolving.
                
> 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
>            Assignee: Harsh J
>            Priority: Trivial
>              Labels: newbie
>             Fix For: 0.2.0
>
>         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

        

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

Posted by "Harsh J (Updated) (JIRA)" <ji...@apache.org>.
     [ 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

        

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

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13199971#comment-13199971 ] 

Hudson commented on GIRAPH-133:
-------------------------------

Integrated in Giraph-trunk-Commit #75 (See [https://builds.apache.org/job/Giraph-trunk-Commit/75/])
    GIRAPH-133: Typo in JavaDoc in BspCase::remove(). Contributed by Harsh J. Chouraria.

jghoman : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1240309
Files : 
* /incubator/giraph/trunk/CHANGELOG
* /incubator/giraph/trunk/src/test/java/org/apache/giraph/BspCase.java

                
> 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
>            Assignee: Harsh J
>            Priority: Trivial
>              Labels: newbie
>             Fix For: 0.2.0
>
>         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

        

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

Posted by "Jakob Homan (Updated) (JIRA)" <ji...@apache.org>.
     [ 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