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


On Thu, 2004-05-27 at 13:08, Tom Tromey wrote:
> >>>>> "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.
> 

Actually, I have a fix for this that removes these methods entirely.  It
turns out they weren't needed.  I'll submit a patch later today.

Tom



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