From c2a7acd9b1207452d0cb3dbba678c89ee68b256c Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Fri, 1 Oct 2004 18:46:15 +0000 Subject: [PATCH] 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 --- src/main/org/apache/tools/ant/launch/Launcher.java | 2 +- 1 file changed, 1 insertion(+), 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 d53bc188e..25110b410 100644 --- a/src/main/org/apache/tools/ant/launch/Launcher.java +++ b/src/main/org/apache/tools/ant/launch/Launcher.java @@ -65,7 +65,7 @@ public class Launcher { * @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 * 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) throws MalformedURLException {