512513514515516517518519520521522
return; } if ((inputPipe == null) && (_redirectedStream == null)) { inputPipe = new ConsoleInputSession(System.in); } if (outputStream == null) { outputStream = System.out; }
496497498499500501502503504505506
return; } if ((inputPipe == null) && (_redirectedStream == null)) { inputPipe = new ConsoleInputSession(System.in, environment.isEmbedded()); } if (outputStream == null) { outputStream = System.out; }