Ejemplo n.º 1
0
  public void stop() {
    for (Closeable c : closeables)
      try {
        c.close();
      } catch (IOException ignore) {
      }

    ChatHandler.removeAll();
  }