()
| 44 | } |
| 45 | |
| 46 | public void start() throws IOException, InterruptedException { |
| 47 | start(false); |
| 48 | } |
| 49 | |
| 50 | public void start(boolean swallowOutput) throws IOException, InterruptedException { |
| 51 | if (p != null) { |
nothing calls this directly
no test coverage detected