summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/util/CollectionUtils.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/org/apache/tools/ant/util/CollectionUtils.java')
-rw-r--r--src/main/org/apache/tools/ant/util/CollectionUtils.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/org/apache/tools/ant/util/CollectionUtils.java b/src/main/org/apache/tools/ant/util/CollectionUtils.java
index 47938ce1f..762f410be 100644
--- a/src/main/org/apache/tools/ant/util/CollectionUtils.java
+++ b/src/main/org/apache/tools/ant/util/CollectionUtils.java
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright 2002-2004 Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
- *
+ *
*/
package org.apache.tools.ant.util;
@@ -33,7 +33,7 @@ import java.util.Vector;
public class CollectionUtils {
/**
- * Please use Vector.equals() or List.equals()
+ * Please use Vector.equals() or List.equals()
*
* @since Ant 1.5
* @deprecated