shawn47 / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
Other
0 stars 0 forks source link

@Override annotations are used when implementing interface methods #438

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The Eclipse Java Compiler doesn't like @Override annotations used on interface 
methods. This is breaking Java 5 support - and really the method declaration 
doesn't override anything.

Attached a patch that removes those annotations.

Original issue reported on code.google.com by antoine....@gmail.com on 9 Jun 2010 at 5:37

Attachments:

GoogleCodeExporter commented 9 years ago
patch applied

Original comment by philipp....@student.hpi.uni-potsdam.de on 11 Jun 2010 at 10:15