jskeet      02/02/25 07:04:23

  Modified:    src/main/org/apache/tools/ant AntClassLoader.java
  Log:
  First pass of JavaDoc work just to get rid of warnings.
  When this is complete, whole source tree should JavaDoc (with 1.4)
  with no warnings. (With JDK1.3.1 the 1.4-regexp stuff generates
  warnings, but that's all.)
  
  Revision  Changes    Path
  1.43      +2 -3      
jakarta-ant/src/main/org/apache/tools/ant/AntClassLoader.java
  
  Index: AntClassLoader.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/AntClassLoader.java,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- AntClassLoader.java       24 Feb 2002 08:57:02 -0000      1.42
  +++ AntClassLoader.java       25 Feb 2002 15:04:23 -0000      1.43
  @@ -87,9 +87,8 @@
       /**
        * An enumeration of all resources of a given name found within the
        * classpath of this class loader. This enumeration is used by the
  -     * [EMAIL PROTECTED] #findResources(String) findResources} method, which 
is in
  -     * turn used by the
  -     * [EMAIL PROTECTED] ClassLoader#getResources ClassLoader.getResources} 
method.
  +     * ClassLoader.findResources method, which is in
  +     * turn used by the ClassLoader.getResources method.
        *
        * @see AntClassLoader#findResources(String)
        * @see java.lang.ClassLoader#getResources(String)
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to