Browse Source

small clarification

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278311 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 20 years ago
parent
commit
08f2880c54
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/condition/TypeFound.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/condition/TypeFound.java View File

@@ -44,7 +44,7 @@ public class TypeFound extends ProjectComponent implements Condition {
/**
* The URI for this definition.
* @param uri the namespace URI. If this is not set, use the
* default namespace.
* default ant namespace.
*/
public void setURI(String uri) {
this.uri = uri;


Loading…
Cancel
Save