Browse Source

getResourceCollections is useful for composition of resource collections as well

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@808746 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
9f1bf35245
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/types/resources/BaseResourceCollectionContainer.java

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

@@ -211,7 +211,7 @@ public abstract class BaseResourceCollectionContainer
* Get the nested ResourceCollections.
* @return List.
*/
protected final synchronized List getResourceCollections() {
public final synchronized List getResourceCollections() {
dieOnCircularReference();
return Collections.unmodifiableList(rc);
}


Loading…
Cancel
Save