diff --git a/src/main/org/apache/tools/ant/types/XMLCatalog.java b/src/main/org/apache/tools/ant/types/XMLCatalog.java index bffa4610f..55912012d 100644 --- a/src/main/org/apache/tools/ant/types/XMLCatalog.java +++ b/src/main/org/apache/tools/ant/types/XMLCatalog.java @@ -82,9 +82,10 @@ import org.apache.tools.ant.util.FileUtils; * *

* The object implemention sometask must provide a method called - * createCatalog which returns an instance of XCatalog. - * Nested dtd and entity definitions are handled by the XCatalog object and - * must be labeled dtd and entity respectively.

+ * createCatalog which returns an instance of + * XCatalog. Nested dtd and entity definitions are handled by + * the XCatalog object and must be labeled dtd and + * entity respectively.

* *

Possible future extension could allow a catalog file instead of nested * elements, or use Norman Walsh's entity resolver from xml-commons

@@ -93,7 +94,7 @@ import org.apache.tools.ant.util.FileUtils; * @version $Id$ */ public class XMLCatalog extends DataType implements Cloneable, EntityResolver { - + /** File utilities instance */ private FileUtils fileUtils = FileUtils.newFileUtils(); //-- Fields ----------------------------------------------------------------