From: Edwin C. <com...@gm...> - 2010-03-25 16:25:59
|
Hi Mikael, After pulling the latest changes from Hg, I saw that you committed the DefferedCommand fix. However, Eclipse started to bark at the override annotation. I looked it up and Command is an interface, so technichally the execute method is implemented in the anonymous Command class rather than overridden. So, although the Maven build completes successfully, I would propose to remove the override annotation as it gives an error in Eclipse. I am not sure why the Eclipse java builder complains, while the builder invoked by Maven (javac?) doesn't. See also this blogpost: http://blogs.sun.com/ahe/entry/override Would you mind if I removed the override annotation? Greetings, Edwin |