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