Meskauskas Audrius wrote:

> 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

OK.  Sorry.  Reverted.

Regards,

Dave.


Index: javax/swing/text/html/parser/DocumentParser.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/swing/text/html/parser/DocumentParser.java,v
retrieving revision 1.6
diff -u -r1.6 DocumentParser.java
--- javax/swing/text/html/parser/DocumentParser.java    27 Jul 2005 08:09:37 
-0000      1.6
+++ javax/swing/text/html/parser/DocumentParser.java    27 Jul 2005 13:26:21 
-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
-   * <code>javax.swing.text.html.HTMLEditorKit.getParser()</code>.
+   * [EMAIL PROTECTED] javax.swing.text.html.HTMLEditorKit#getParser()}.
    * @param a_dtd a DTD to use.
    */
   public DocumentParser(DTD a_dtd)
_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to