Skip to content

Commit

Permalink
No need to cleanup on startup, it's done during shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Jun 10, 2017
1 parent 5c9aabb commit 9d61bbb
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -62,8 +62,7 @@ public LookupDataAdapterRefreshService(final ScheduledExecutorService scheduler,

@Override
protected void startUp() throws Exception {
// Make sure we start with a blank slate
futures.clear();
// Nothing to do
}

@Override
Expand Down

0 comments on commit 9d61bbb

Please sign in to comment.