This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] Fix up Applet methods
- From: Tom Tromey <tromey at redhat dot com>
- To: Jerry Quinn <jlquinn at optonline dot net>
- Cc: java-patches at gcc dot gnu dot org
- Date: 27 May 2004 11:08:49 -0600
- Subject: Re: [patch] Fix up Applet methods
- References: <16565.21134.260306.304445@localhost.localdomain>
- Reply-to: tromey at redhat dot com
>>>>> "Jerry" == Jerry Quinn <jlquinn@optonline.net> writes:
Jerry> The old versions were deprecated and new versions copied from
Jerry> the old. Should the docs say @since 1.1?
Yes to the docs question.
Here's how we handle deprecated methods:
http://www.gnu.org/software/classpath/docs/hacking.html#SEC18
Basically the new ones should call the old ones.
Could you make this change? Then the patch is ok.
Tom