add @Override annotation
This commit is contained in:
parent
91e8d156f5
commit
2f5e2c09c8
|
@ -132,6 +132,7 @@ public class IndexingMemoryController extends AbstractComponent implements Index
|
|||
return threadPool.scheduleWithFixedDelay(statusChecker, interval);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void close() {
|
||||
FutureUtils.cancel(scheduler);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue