Browse Source

fix a couple of IDE highighted jdoc typos

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274997 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 22 years ago
parent
commit
eebb110dc8
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/main/org/apache/tools/ant/util/ClasspathUtils.java

+ 3
- 3
src/main/org/apache/tools/ant/util/ClasspathUtils.java View File

@@ -113,8 +113,8 @@ public class ClasspathUtils {
*
* <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 @@ public class ClasspathUtils {
}

/**
* 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


Loading…
Cancel
Save