Browse Source

ws/sp

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@673435 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 17 years ago
parent
commit
0137cd8b64
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/IntrospectionHelper.java

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

@@ -54,7 +54,7 @@ import org.apache.tools.ant.util.StringUtils;
* instance has finished its build.
*
*/
public final class IntrospectionHelper {
public final class IntrospectionHelper {

/**
* Helper instances we've already created (Class.getName() to IntrospectionHelper).
@@ -651,7 +651,7 @@ public final class IntrospectionHelper {
}

/**
* Check if this element supports a nested element from refection.
* Check if this element supports a nested element from reflection.
*
* @param parentUri the uri of the parent
* @param elementName the name of the nested element being checked


Loading…
Cancel
Save