jesse       2003/04/21 07:27:58

  Modified:    src/main/org/apache/tools/ant/taskdefs/optional/ssh
                        SSHExec.java
               src/main/org/apache/tools/ant/util WeakishReference.java
  Log:
  More javadoc warning fixes
  
  Revision  Changes    Path
  1.7       +3 -3      
ant/src/main/org/apache/tools/ant/taskdefs/optional/ssh/SSHExec.java
  
  Index: SSHExec.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/ssh/SSHExec.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- SSHExec.java      18 Apr 2003 23:40:27 -0000      1.6
  +++ SSHExec.java      21 Apr 2003 14:27:58 -0000      1.7
  @@ -123,8 +123,8 @@
       }
   
       /**
  -     * Should the output be appended to the file given in
  -     * <code>setOutput</code> ? Default is false, that is, overwrite
  +     * Determines if the output is appended to the file given in
  +     * <code>setOutput</code>. Default is false, that is, overwrite
        * the file.
        *
        * @param append  True to append to an existing file, false to overwrite.
  
  
  
  1.7       +1 -1      
ant/src/main/org/apache/tools/ant/util/WeakishReference.java
  
  Index: WeakishReference.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/util/WeakishReference.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- WeakishReference.java     18 Apr 2003 23:40:30 -0000      1.6
  +++ WeakishReference.java     21 Apr 2003 14:27:58 -0000      1.7
  @@ -73,7 +73,7 @@
       /**
        * create the appropriate type of reference for the java version
        * @param object
  -     * @return
  +     * @return reference to the Object.
        */
       public static WeakishReference createReference(Object object) {
           if(referenceConstructor==null) {
  
  
  

Reply via email to