classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] FYI: ParserDelegator compatibility fix.


From: Robert Schuster
Subject: Re: [cp-patches] FYI: ParserDelegator compatibility fix.
Date: Tue, 12 Jul 2005 01:58:20 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.8) Gecko/20050514

-----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  <address@hidden>
> 
> *  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
> address@hidden
> 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-----




reply via email to

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