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