[josm-dev] Automatic tag correction
Brent Easton
b.easton at exemail.com.au
Sun Jul 20 23:23:53 BST 2008
>Any chance you can simply install Java 1.5?
If you are not using Eclipse, where the target JRE is set in the Project settings, then you can use Java 6 as long as you use the options
-source 5 -target 5
on the command line of your Java compiler line.
@Override tags are completely not needed. If you do not use them, you will not run into problems. It just asks the compiler to perform extra error checking. If a method marked with @Override fails to correctly override a method in one of its superclasses, the compiler generates an error.
Rgds,
Brent.
More information about the josm-dev
mailing list