예제 #1
0
 protected void cleanUp() {
   super.cleanUp();
   tOut = null;
 }
예제 #2
0
 protected void cleanUp() throws IOException {
   super.cleanUp();
   tOut.close();
 }