conor 02/03/11 05:01:05
Modified: src/main/org/apache/tools/ant/types XMLCatalog.java
Log:
Minor style fixup
Revision Changes Path
1.3 +6 -5
jakarta-ant/src/main/org/apache/tools/ant/types/XMLCatalog.java
Index: XMLCatalog.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/types/XMLCatalog.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -u -r1.2 -r1.3
--- XMLCatalog.java 11 Mar 2002 10:17:23 -0000 1.2
+++ XMLCatalog.java 11 Mar 2002 13:01:05 -0000 1.3
@@ -82,18 +82,19 @@
* </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>
*
* @author dIon Gillard
- * @version $Id: XMLCatalog.java,v 1.2 2002/03/11 10:17:23 bodewig Exp $
+ * @version $Id: XMLCatalog.java,v 1.3 2002/03/11 13:01:05 conor Exp $
*/
public class XMLCatalog extends DataType implements Cloneable,
EntityResolver {
-
+ /** File utilities instance */
private FileUtils fileUtils = FileUtils.newFileUtils();
//-- Fields
----------------------------------------------------------------
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>