Esempio n. 1
0
 public static void shutdown() {
   if (singleton != null) {
     singleton.shutdown();
   }
   singleton = null;
 }