Description
The @Override annotation is used inconsistently in the code. There are several examples of this - SimpleTaskQueue - some of the methods do use @Override but some of them do not.
A suggestion to solve this issue is to commit the Eclipse Save Actions settings, so that (when using Eclipse), the @Override annotation is going to be automatically added.
Either way, the annotation should be used consistently throughout the code base.