Project

General

Profile

« Previous | Next » 

Revision 6470

Added by Matt Jones over 12 years ago

Removing incorrect @Override annotations that were preventing compilation. The methods marked did not actually override a method in the superclass, so they were not compiling. I think @Overrides was being mistaken for methods that implement an interface but aren't actually in the superclass.

  • added
  • modified
  • copied
  • renamed
  • deleted