Browse Source

Clarification + typo

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698496 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 16 years ago
parent
commit
4d63751039
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/main/org/apache/tools/ant/launch/Launcher.java

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

@@ -125,6 +125,7 @@ public class Launcher {

/**
* Add a CLASSPATH or -lib to lib path urls.
* Only filesystem resources are supported.
*
* @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
@@ -303,7 +304,7 @@ public class Launcher {
}

/**
* Get the list of -lib enties and -cp entry into
* Get the list of -lib entries and -cp entry into
* a URL array.
* @param cpString the classpath string
* @param libPaths the list of -lib entries.


Loading…
Cancel
Save