pingjiang / rokon

Automatically exported from code.google.com/p/rokon
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

@Override annotation breaks compilation on RokonRenderer.onSurfaceLost #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
Just a small glitch.
Java compiler doesn't like @Override annotation on 
com.stickycoding.rokon.RokonRenderer.onSurfaceLost method because this method 
implements interface not overrides method from parent class.

Rokon version:
2.0.3 (357 svn revision)

Original issue reported on code.google.com by b00l...@b00lean.net on 9 Jul 2010 at 9:33

GoogleCodeExporter commented 9 years ago
I noticed this, but it seems strange. Because the method is there to be 
overriden. And when compiling to a .JAR, and not going through eclipse, it 
works fine....

I guess I'll just remove it anyway

Original comment by rtaylor205@gmail.com on 10 Jul 2010 at 7:01

GoogleCodeExporter commented 9 years ago

Original comment by rtaylor205@gmail.com on 11 Jul 2010 at 1:13