[jdom-interest] Javadoc patch for JDOMFactory and Format
Laurent Bihanic
laurent.bihanic at atosorigin.com
Tue Apr 20 09:25:02 PDT 2004
The attached patches fix 2 javadoc warnings.
Laurent
-------------- next part --------------
Index: JDOMFactory.java
===================================================================
RCS file: /home/cvspublic/jdom/src/java/org/jdom/JDOMFactory.java,v
retrieving revision 1.5
diff -u -r1.5 JDOMFactory.java
--- JDOMFactory.java 28 Feb 2004 03:47:24 -0000 1.5
+++ JDOMFactory.java 20 Apr 2004 18:14:43 -0000
@@ -300,8 +300,8 @@
* with the supplied name, public ID, and system ID.
*
* @param name <code>String</code> name of element.
- * @param name <code>String</code> public ID of element.
- * @param name <code>String</code> system ID of element.
+ * @param publicID <code>String</code> public ID of element.
+ * @param systemID <code>String</code> system ID of element.
*/
public EntityRef entityRef(String name, String publicID, String systemID);
-------------- next part --------------
Skipped content of type multipart/appledouble
More information about the jdom-interest
mailing list