This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Fix up Applet methods


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]