예제 #1
0
 protected void finalize() throws Throwable {
   try {
     cleanup();
   } finally {
     super.finalize();
   }
 }