Exemplo n.º 1
0
 private static void tearDown() {
   if (log != null) log.info("Shutting Down...");
   if (persistenceManager != null) persistenceManager.close();
   if (httpServer != null) httpServer.stop();
   Logging.tearDown();
 }