Browse Source

javadoc fixup -only because IntelliJ is so fussy.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276908 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 20 years ago
parent
commit
c2a7acd9b1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/launch/Launcher.java

+ 1
- 1
src/main/org/apache/tools/ant/launch/Launcher.java View File

@@ -65,7 +65,7 @@ public class Launcher {
* @param path the classpath or lib path to add to the libPathULRLs * @param path the classpath or lib path to add to the libPathULRLs
* @param getJars if true and a path is a directory, add the jars in * @param getJars if true and a path is a directory, add the jars in
* the directory to the path urls * the directory to the path urls
* @param libPathURLS the list of paths to add to
* @param libPathURLs the list of paths to add to
*/ */
private void addPath(String path, boolean getJars, List libPathURLs) private void addPath(String path, boolean getJars, List libPathURLs)
throws MalformedURLException { throws MalformedURLException {


Loading…
Cancel
Save