add @Override annotation

This commit is contained in:
Simon Willnauer 2016-01-10 21:08:51 +01:00
parent 91e8d156f5
commit 2f5e2c09c8
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ public class IndexingMemoryController extends AbstractComponent implements Index
return threadPool.scheduleWithFixedDelay(statusChecker, interval);
}
@Override
public void close() {
FutureUtils.cancel(scheduler);
}