You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2003/08/01 07:02:30 UTC

cvs commit: ant/src/main/org/apache/tools/ant/util ClasspathUtils.java

stevel      2003/07/31 22:02:30

  Modified:    src/main/org/apache/tools/ant/util ClasspathUtils.java
  Log:
  fix a couple of IDE highighted jdoc typos
  
  Revision  Changes    Path
  1.8       +3 -3      ant/src/main/org/apache/tools/ant/util/ClasspathUtils.java
  
  Index: ClasspathUtils.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/util/ClasspathUtils.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ClasspathUtils.java	30 Jul 2003 07:39:26 -0000	1.7
  +++ ClasspathUtils.java	1 Aug 2003 05:02:30 -0000	1.8
  @@ -113,8 +113,8 @@
        *
        * <p>Assumes the logical 'false' for the reverseLoader.</p>
        *
  -     * @param path
  -     * @param pathId
  +     * @param p
  +     * @param ref
        * @return
        */
       public static ClassLoader getClassLoaderForPath(
  @@ -124,7 +124,7 @@
       }
   
       /**
  -     * Convenience overloaded version of {@link #geClassLoader(Project, Path,
  +     * Convenience overloaded version of {@link #getClassLoaderForPath(Project, Path,
        * String, boolean)}.
        *
        * <p>Delegates to the other one after extracting the referenced
  
  
  

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