mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
[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:
parent
4405d7b8f9
commit
ff533c96d8
@ -307,6 +307,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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user