예제 #1
0
 public static void uninstall() {
   if (_dictionary != null) {
     _dictionary.close();
     _dictionary = null;
   }
 }