Merge pull request #1426 from cal101/jdt-AddMissingOverrideAnnotationCleanUp

[cleanup] erefactor/EclipseJdt - Add missing Annotations - Implementa…
This commit is contained in:
Golden Looly
2021-02-20 10:19:59 +08:00
committed by GitHub

View File

@@ -308,6 +308,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;