Semantics of @Override are different between jdk 1.5 and 1.6. You are on jdk 1.5 which doesn't allow using @Override for denoting an implementation method defined by a interface.
Kalle On Tue, Sep 18, 2012 at 10:07 PM, Chris Mylonas <[email protected]> wrote: > hi geoff (& greater tap community), > > i was hacking around with some old code moving it to 5.3.4 and had to remove > the @Override annotation from this method: > > public void transform(PlasticClass plasticClass, > TransformationSupport support, MutableComponentModel model) { > > I haven't had time to look further into it and probably won't for a few days, > but thought I'd just throw it out there for you to scratch your goatee on (if > you're lucky enough to have one like me :) > > cheers > chris --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
