Browse Source

@link

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1297129 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 13 years ago
parent
commit
7be0300bd9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/types/ResourceCollection.java

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

@@ -27,7 +27,7 @@ public interface ResourceCollection {

/**
* Get an Iterator over the contents of this ResourceCollection, whose elements
* are <code>org.apache.tools.ant.types.Resource</code> instances.
* are {@link Resource} instances.
* @return an Iterator of Resources.
*/
Iterator iterator();


Loading…
Cancel
Save