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
commit 7da89f48b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;