You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by Filipe David Manana <fd...@apache.org> on 2010/09/26 21:07:23 UTC

One line documentation comment patch

Hi,

I don't think it's worth creating a ticket just for the following 1 line patch:

diff --git a/src/java/org/apache/hama/bsp/BSPJobClient.java
b/src/java/org/apache/hama/bsp/BSPJobClient.java
index a551962..0ae235a 100644
--- a/src/java/org/apache/hama/bsp/BSPJobClient.java
+++ b/src/java/org/apache/hama/bsp/BSPJobClient.java
@@ -267,7 +267,7 @@ public class BSPJobClient extends Configured {
       fs.setPermission(submitJarFile, new FsPermission(JOB_FILE_PERMISSION));
     } else {
       LOG.warn("No job jar file set.  User classes may not be found. "+
-               "See BSPJobConf#setJar(String) or check Your jar file.");
+               "See BSPJob#setJar(String) or check Your jar file.");
     }

     // Set the user's name and working directory



cheers


--
Filipe David Manana,
fdmanana@gmail.com, fdmanana@apache.org

"Reasonable men adapt themselves to the world.
 Unreasonable men adapt the world to themselves.
 That's why all progress depends on unreasonable men."

Re: One line documentation comment patch

Posted by "Edward J. Yoon" <ed...@apache.org>.
Thanks! I've just committed this.

On Mon, Sep 27, 2010 at 4:07 AM, Filipe David Manana
<fd...@apache.org> wrote:
> Hi,
>
> I don't think it's worth creating a ticket just for the following 1 line patch:
>
> diff --git a/src/java/org/apache/hama/bsp/BSPJobClient.java
> b/src/java/org/apache/hama/bsp/BSPJobClient.java
> index a551962..0ae235a 100644
> --- a/src/java/org/apache/hama/bsp/BSPJobClient.java
> +++ b/src/java/org/apache/hama/bsp/BSPJobClient.java
> @@ -267,7 +267,7 @@ public class BSPJobClient extends Configured {
>        fs.setPermission(submitJarFile, new FsPermission(JOB_FILE_PERMISSION));
>      } else {
>        LOG.warn("No job jar file set.  User classes may not be found. "+
> -               "See BSPJobConf#setJar(String) or check Your jar file.");
> +               "See BSPJob#setJar(String) or check Your jar file.");
>      }
>
>      // Set the user's name and working directory
>
>
>
> cheers
>
>
> --
> Filipe David Manana,
> fdmanana@gmail.com, fdmanana@apache.org
>
> "Reasonable men adapt themselves to the world.
>  Unreasonable men adapt the world to themselves.
>  That's why all progress depends on unreasonable men."
>



-- 
Best Regards, Edward J. Yoon
edwardyoon@apache.org
http://blog.udanax.org