On Mon, 21 Jul 2008, Frederik Ramm wrote: >> Hmm, I read about this a bit and now I'm totally confused. According to >> this: >> >> http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/table/AbstractTableModel.html >> >> The functions, where you removed @Override are part of the Java 1.5, so >> @Override should be correct. > > I think that 1.5 does not *require* you to use Override when you > override something, whereas 6 does, but I am not sure. I just removed
Actually @Override seems to be completely optional. But I'm no Java guru. My main languages are C/C++ and Perl :-) Anyway it remains strange. > the @Overrides, tried to recompile, it worked, so I committed. No > thinking involved on my part. ;-) Ciao -- http://www.dstoecker.eu/ (PGP key available) _______________________________________________ josm-dev mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/josm-dev
