Browse Source

sp

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@912635 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 15 years ago
parent
commit
8a68340fc2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/DynamicElement.java

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

@@ -28,7 +28,7 @@ public interface DynamicElement {
/**
* Create an element with the given name
*
* @param name the element nbame
* @param name the element name
* @throws BuildException when any error occurs
* @return the element created
*/


Loading…
Cancel
Save