forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
1.1-javadoc.patch
24 lines (21 loc) · 1.29 KB
/
1.1-javadoc.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff -ur src.old/java/org/apache/commons/launcher/types/ArgumentSet.java src/java/org/apache/commons/launcher/types/ArgumentSet.java
--- src.old/java/org/apache/commons/launcher/types/ArgumentSet.java 2004-02-28 13:52:20.000000000 +0200
+++ src/java/org/apache/commons/launcher/types/ArgumentSet.java 2007-05-05 16:26:13.000000000 +0300
@@ -18,7 +18,7 @@
/**
- * A class that represents a set of nested <arg> elements.
+ * A class that represents a set of nested <arg> elements.
*
* @author Patrick Luby
*/
diff -ur src.old/java/org/apache/commons/launcher/types/ConditionalArgument.java src/java/org/apache/commons/launcher/types/ConditionalArgument.java
--- src.old/java/org/apache/commons/launcher/types/ConditionalArgument.java 2004-02-28 14:43:31.000000000 +0200
+++ src/java/org/apache/commons/launcher/types/ConditionalArgument.java 2007-05-05 16:26:50.000000000 +0300
@@ -24,7 +24,7 @@
import org.apache.tools.ant.types.Path;
/**
- * A class that represents nested <arg> or <jvmarg> elements. This class
+ * A class that represents nested <arg> or <jvmarg> elements. This class
* provides the same functionality as the class that represents these same
* elements in a "java" task. In addition, this class supports conditional "if"
* and "unless" attributes.