Great thanks for the clarification. Finally this stuff is getting some polishing after years of rust.
Thanks, Alex On Fri, Jun 24, 2011 at 11:05 AM, Emmanuel Lecharny <[email protected]> wrote: > On 6/24/11 10:00 AM, Alex Karasulu wrote: >> >> Can you explain why you did this? Sounds like a code reduction cleanup >> but if you can elaborate a bit more that would be great. > > Sure ! Those methods are already declared in their parent class, so no need > to declare them in the inherited class, when their body just do > super.<sameMethod>(<sameParams>). > > It's basically removal of duplicated code. > > I also renamed the delete() method to remove(), to be consistent in the > naming : why should we used remove or delete to do the exact same thing? > > -- > Regards, > Cordialement, > Emmanuel Lécharny > www.iktek.com > >
