[cleanup] erefactor/EclipseJdt - Add missing Annotations - Implementations of interface methods (1.6 or higher)

EclipseJdt cleanup 'AddMissingOverrideAnnotation' applied by erefactor.

For EclipseJdt see https://www.eclipse.org/eclipse/news/4.18/jdt.php
For erefactor see https://github.com/cal101/erefactor
This commit is contained in:
cal101 2021-02-14 10:36:41 +00:00
parent 4405d7b8f9
commit ff533c96d8

View File

@ -307,6 +307,7 @@ public abstract class AbstractCache<K, V> implements Cache<K, V> {
* @return this
* @since 5.5.2
*/
@Override
public AbstractCache<K, V> setListener(CacheListener<K, V> listener) {
this.listener = listener;
return this;