You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2005/05/24 19:16:23 UTC

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/rmic ForkingSunRmic.java

peterreilly    2005/05/24 10:16:23

  Modified:    src/main/org/apache/tools/ant/taskdefs/rmic
                        ForkingSunRmic.java
  Log:
  checkstyle - javadoc
  
  Revision  Changes    Path
  1.6       +2 -2      ant/src/main/org/apache/tools/ant/taskdefs/rmic/ForkingSunRmic.java
  
  Index: ForkingSunRmic.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/rmic/ForkingSunRmic.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ForkingSunRmic.java	15 Mar 2005 09:35:25 -0000	1.5
  +++ ForkingSunRmic.java	24 May 2005 17:16:22 -0000	1.6
  @@ -45,8 +45,8 @@
   
       /**
        * exec by creating a new command
  -     * @return
  -     * @throws BuildException
  +     * @return true if the command ran successfully
  +     * @throws BuildException on error
        */
       public boolean execute() throws BuildException {
           Rmic owner = getRmic();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org