Browse Source

typo

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416179 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 19 years ago
parent
commit
0d2a7bd4fa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/IntrospectionHelper.java

+ 1
- 1
src/main/org/apache/tools/ant/IntrospectionHelper.java View File

@@ -40,7 +40,7 @@ import org.apache.tools.ant.taskdefs.PreSetDef;
public final class IntrospectionHelper implements BuildListener {

/**
* EMPTY_MAP was added in java 1.3 (EMTPY_SET and EMPTY_LIST
* EMPTY_MAP was added in java 1.3 (EMPTY_SET and EMPTY_LIST
* is in java 1.2!)
*/
private static final Map EMPTY_MAP


Loading…
Cancel
Save