Browse Source

removed unused private method

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278419 13f79535-47bb-0310-9956-ffa450edef68
master
Jacobus Martinus Kruithof 20 years ago
parent
commit
5c46567339
1 changed files with 0 additions and 16 deletions
  1. +0
    -16
      src/main/org/apache/tools/ant/types/XMLCatalog.java

+ 0
- 16
src/main/org/apache/tools/ant/types/XMLCatalog.java View File

@@ -177,22 +177,6 @@ public class XMLCatalog extends DataType
return getRef().classpath;
}

/**
* Set the list of ResourceLocation objects in the catalog.
* Not allowed if this catalog is itself a reference to another catalog --
* that is, a catalog cannot both refer to another <em>and</em> contain
* elements or other attributes.
*
* @param aVector the new list of ResourceLocations
* to use in the catalog.
*/
private void setElements(Vector aVector) {
if (isReference()) {
throw noChildrenAllowed();
}
elements = aVector;
}

/**
* Allows nested classpath elements. Not allowed if this catalog
* is itself a reference to another catalog -- that is, a catalog


Loading…
Cancel
Save