classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] FYI: 2 minor HTML fixes


From: Mark Wielaard
Subject: Re: [cp-patches] FYI: 2 minor HTML fixes
Date: Wed, 21 Sep 2005 23:12:57 +0200

Hi Tony,

On Wed, 2005-09-21 at 16:32 -0400, Anthony Balkissoon wrote:
> 2005-09-21  Anthony Balkissoon  <address@hidden>
> 
>       * javax/swing/text/html/HTML.java:
>       (Tag): Changed name of IMPLIED Tag from "implied" to "p-implied" to 
> [...]
> @@ -960,6 +960,6 @@
>       * a paragraph is manufactured.
>       * toString() returns 'implied'. HTML reader synthesizes this tag.
>       */
> -    public static final Tag IMPLIED = new Tag("implied", SYNTETIC);
> +    public static final Tag IMPLIED = new Tag("p-implied", SYNTETIC);

Looking at the Tag.toString() method seems the comment doesn't match
anymore.

Also the SYNTETIC constant looks like it should be spelled SYNTHETIC.

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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