From 4d63751039852ab4374819775d4c20fb62513fda Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Wed, 24 Sep 2008 09:57:04 +0000 Subject: [PATCH] Clarification + typo git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698496 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/launch/Launcher.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/launch/Launcher.java b/src/main/org/apache/tools/ant/launch/Launcher.java index c0d033c23..53414446e 100644 --- a/src/main/org/apache/tools/ant/launch/Launcher.java +++ b/src/main/org/apache/tools/ant/launch/Launcher.java @@ -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.