sboag 00/11/06 16:30:45
Modified: java/src/org/apache/xalan/processor
TransformerFactoryImpl.java
Log:
Minor JavaDoc change for getURIResolver.
Revision Changes Path
1.3 +2 -3
xml-xalan/java/src/org/apache/xalan/processor/TransformerFactoryImpl.java
Index: TransformerFactoryImpl.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/processor/TransformerFactoryImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TransformerFactoryImpl.java 2000/11/06 17:40:51 1.2
+++ TransformerFactoryImpl.java 2000/11/07 00:30:44 1.3
@@ -665,12 +665,11 @@
}
/**
- * Set an object that will be used to resolve URIs used in
+ * Get the object that will be used to resolve URIs used in
* xsl:import, etc. This will be used as the default for the
* transformation.
*
- * @return An object that implements the URIResolver interface,
- * or null.
+ * @return The URIResolver that was set with setURIResolver.
*/
public URIResolver getURIResolver()
{