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
-   * [EMAIL PROTECTED] javax.swing.text.html.HTMLEditorKit#getParser() }.
+   * <code>javax.swing.text.html.HTMLEditorKit.getParser()</code>.
   * @param a_dtd a DTD to use.
   */

Cheers

Audrius






_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to