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 [EMAIL PROTECTED] #geClassLoader(Project, Path, + * Convenience overloaded version of [EMAIL PROTECTED] #getClassLoaderForPath(Project, Path, * String, boolean)}. * * <p>Delegates to the other one after extracting the referenced
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]