Entries from February 2008

Maven and the “method does not override a method from its superclass” error

February 11th, 2008 · No Comments

Spent more time than I care to admit today stuck on something soooo simple. Was trying to build a maven project at home, and kept getting this error: “method does not override a method from its superclass”.
What is happening? Well, there is a @Override annotation on one of the methods, but it doesn’t have a [...]

[Read more →]

Tags: Coding