[patch] Fix up Applet methods

Tom Tromey tromey@redhat.com
Thu May 27 17:23:00 GMT 2004


>>>>> "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



More information about the Java-patches mailing list