sboag 00/11/06 16:29:44
Modified: java/src/javax/xml/transform TransformerFactory.java
Log:
Minor JavaDoc change.
Revision Changes Path
1.3 +2 -1
xml-xalan/java/src/javax/xml/transform/TransformerFactory.java
Index: TransformerFactory.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/javax/xml/transform/TransformerFactory.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TransformerFactory.java 2000/11/06 17:34:43 1.2
+++ TransformerFactory.java 2000/11/07 00:29:43 1.3
@@ -239,7 +239,7 @@
public abstract void setURIResolver(URIResolver resolver);
/**
- * 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.
*
@@ -262,6 +262,7 @@
/**
* Allows the user to set specific attributes on the underlying
* implementation.
+ *
* @param name The name of the attribute.
* @param value The value of the attribute.
* @exception IllegalArgumentException thrown if the underlying