Page 1 of 1

Override errors?

PostPosted: 20 Feb 2010, 05:33
by Rob Cashwalker
Since I'm done with the abDrawCards, I finally was able to perform a complete update.
On a number of Gui_ classes, I'm now getting these errors:
"The method getCard() of type GuiDisplay2 must override a superclass method"
Am I now missing something new, or are these errors part of the work in progress on the card images?

Re: Override errors?

PostPosted: 20 Feb 2010, 10:01
by silly freak
that is not an error, 1.5 compiler says stat override is really override, but 1.6 says "override or implement". my eclipse automatically added the annotation with 1.6 settings. please just delete it ;)

Re: Override errors?

PostPosted: 20 Feb 2010, 19:18
by DennisBergkamp
Yeah just remove the "@Override".