mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
Merge pull request #1426 from cal101/jdt-AddMissingOverrideAnnotationCleanUp
[cleanup] erefactor/EclipseJdt - Add missing Annotations - Implementa…
This commit is contained in:
@@ -308,6 +308,7 @@ public abstract class AbstractCache<K, V> implements Cache<K, V> {
|
|||||||
* @return this
|
* @return this
|
||||||
* @since 5.5.2
|
* @since 5.5.2
|
||||||
*/
|
*/
|
||||||
|
@Override
|
||||||
public AbstractCache<K, V> setListener(CacheListener<K, V> listener) {
|
public AbstractCache<K, V> setListener(CacheListener<K, V> listener) {
|
||||||
this.listener = listener;
|
this.listener = listener;
|
||||||
return this;
|
return this;
|
||||||
|
Reference in New Issue
Block a user