mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
Merge pull request #1426 from cal101/jdt-AddMissingOverrideAnnotationCleanUp
[cleanup] erefactor/EclipseJdt - Add missing Annotations - Implementa…
This commit is contained in:
commit
7da89f48b2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user