Browse Source

Minor style fixup

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271818 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 23 years ago
parent
commit
d66e29f62b
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      src/main/org/apache/tools/ant/types/XMLCatalog.java

+ 5
- 4
src/main/org/apache/tools/ant/types/XMLCatalog.java View File

@@ -82,9 +82,10 @@ import org.apache.tools.ant.util.FileUtils;
* </code>
* <p>
* The object implemention <code>sometask</code> must provide a method called
* <code>createCatalog</code> which returns an instance of <code>XCatalog</code>.
* Nested dtd and entity definitions are handled by the XCatalog object and
* must be labeled <code>dtd</code> and <code>entity</code> respectively.</p>
* <code>createCatalog</code> which returns an instance of
* <code>XCatalog</code>. Nested dtd and entity definitions are handled by
* the XCatalog object and must be labeled <code>dtd</code> and
* <code>entity</code> respectively.</p>
*
* <p>Possible future extension could allow a catalog file instead of nested
* elements, or use Norman Walsh's entity resolver from xml-commons</p>
@@ -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 ----------------------------------------------------------------


Loading…
Cancel
Save