jkf 2005/06/12 08:58:15 Modified: src/main/org/apache/tools/ant/types XMLCatalog.java Log: removed unused private method Revision Changes Path 1.48 +0 -16 ant/src/main/org/apache/tools/ant/types/XMLCatalog.java Index: XMLCatalog.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/types/XMLCatalog.java,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- XMLCatalog.java 12 Jun 2005 15:54:15 -0000 1.47 +++ XMLCatalog.java 12 Jun 2005 15:58:15 -0000 1.48 @@ -178,22 +178,6 @@ } /** - * 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 * cannot both refer to another <em>and</em> contain elements or
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]