classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] FYI: API doc fixes in javax.swing.text.html.parser.*


From: Meskauskas Audrius
Subject: Re: [cp-patches] FYI: API doc fixes in javax.swing.text.html.parser.*
Date: Wed, 27 Jul 2005 13:39:05 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Hello, David,

The most of the work, described it you patch, is great. But why did you removed the link to getParser(), replacing it by <code>? We still do not have the method javax.swing.text.html.HTMLEditorKit.getParser(). However it will surely appear in the future. I see no problems in linking to the still missing method. The patch is OK to apply, but, I think, this one single line should be left as it was.

RCS file: 
/cvsroot/classpath/classpath/javax/swing/text/html/parser/DocumentParser.java,v
retrieving revision 1.5
diff -u -r1.5 DocumentParser.java
--- javax/swing/text/html/parser/DocumentParser.java    2 Jul 2005 20:32:51 
-0000       1.5
+++ javax/swing/text/html/parser/DocumentParser.java    27 Jul 2005 08:03:47 
-0000
@@ -167,7 +167,7 @@
   * to get a default DTD; you must either refer to the implementation -
   * specific packages, write your own DTD or obtain the working instance
   * of parser in other way, for example, by calling
-   * address@hidden javax.swing.text.html.HTMLEditorKit#getParser() }.
+   * <code>javax.swing.text.html.HTMLEditorKit.getParser()</code>.
   * @param a_dtd a DTD to use.
   */

Cheers

Audrius








reply via email to

[Prev in Thread] Current Thread [Next in Thread]