Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JDOM User »

[jdom-interest] Javadoc patch for JDOMFactory and Format

Laurent Bihanic

2004-04-20



The attached patches fix 2 javadoc warnings.

Laurent

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
@@(protected) @@
   * 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);


Attachment: Format.diff
©2008 junlu.com - Jax Systems, LLC, U.S.A.