Hi > Well, the only reason I removed them is that Eclipse will not compile > without. As per Javadoc, it is an error to place @Override on a method > that's not overriding a base method.
That is a difference between java 1.5 and 1.6. In 1.5 it was invalid to place @Override on method which is implementing a method of an interface, whereas in 1.6 it is allowed. ..Steve _______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
