-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,
could you please add a small comment that this is a workaround for 1.3's
javac to make sure no one removes it when the next spring clean happens. :)

cu
Robert

Meskauskas Audrius wrote:
> Roman says this is required to compile the class with JDK1.3's javac
> (and only for that compiler).
> 
> 2005-07-12  Audrius Meskauskas  <[EMAIL PROTECTED]>
> 
> *  javax/swing/text/html/parser/ParserDelegator.java (gnuParser.getDTD):
> added super. to refer the inherited field more obvious.
> 
> 
> 
> ------------------------------------------------------------------------
> 
> Index: javax/swing/text/html/parser/ParserDelegator.java
> ===================================================================
> RCS file: 
> /cvsroot/classpath/classpath/javax/swing/text/html/parser/ParserDelegator.java,v
> retrieving revision 1.5
> diff -u -r1.5 ParserDelegator.java
> --- javax/swing/text/html/parser/ParserDelegator.java 2 Jul 2005 20:32:51 
> -0000       1.5
> +++ javax/swing/text/html/parser/ParserDelegator.java 11 Jul 2005 22:50:24 
> -0000
> @@ -113,7 +113,7 @@
>  
>      DTD getDTD()
>      {
> -      return dtd;
> +      return super.dtd;
>      }
>    }
>  
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Classpath-patches mailing list
> Classpath-patches@gnu.org
> http://lists.gnu.org/mailman/listinfo/classpath-patches
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFC0wecG9cfwmwwEtoRAufgAJ48kWah9jO5UNG9oQe2zOLkrKAPqwCdGfQX
nkcSe2+Pyl7MJAK6AqyBWr4=
=afYO
-----END PGP SIGNATURE-----


_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to