mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
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…
x
Reference in New Issue
Block a user