Reverting previous @Overrides chanrge from r6470, as that is the desired behavior under Java 1.6 -- previous versions of Java (e.g., 1.5) will not comile with this usage of the @Overrides annotation, but the currently supported version will. So reverting to the 1.6 convention.
Reverting previous @Overrides chanrge from r6470, as that is the desired
behavior under Java 1.6 -- previous versions of Java (e.g., 1.5) will not
comile with this usage of the @Overrides annotation, but the currently
supported version will. So reverting to the 1.6 convention.