Not nullifying util processes - presumed fix for javaIO flushing error.

This commit is contained in:
alexjacks92 2014-04-01 11:29:59 -04:00
parent 4d13c78070
commit c38d170395

View File

@ -90,7 +90,7 @@ public final class ExecUtil {
outputStringRedirect = null; outputStringRedirect = null;
//gc process with its streams //gc process with its streams
proc = null; //proc = null;
return output; return output;
} }
@ -137,7 +137,7 @@ public final class ExecUtil {
logger.log(Level.INFO, aCommand + " exit value: " + exitVal); logger.log(Level.INFO, aCommand + " exit value: " + exitVal);
//gc process with its streams //gc process with its streams
proc = null; //proc = null;
} }
/** /**