src/main/java/com/ericsson/gerrit/plugins/eventslog/EventCleanerQueue.java [41:49]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @Override
  public void stop() {
    if (pool != null) {
      pool = null;
    }
  }

  ScheduledExecutorService getPool() {
    return this.pool;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/ericsson/gerrit/plugins/eventslog/EventQueue.java [41:49]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  @Override
  public void stop() {
    if (pool != null) {
      pool = null;
    }
  }

  ScheduledExecutorService getPool() {
    return this.pool;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



