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