@@ -87,7 +87,7 @@ public final class ForwardingRunnable implements Runnable {
|
|||||||
* @param is the input stream
|
* @param is the input stream
|
||||||
* @throws CommandRunException if the manager was closed while writing the
|
* @throws CommandRunException if the manager was closed while writing the
|
||||||
* stream */
|
* stream */
|
||||||
private void readToEnd(final ConsoleOutput out, final InputStream is)
|
private static void readToEnd(final ConsoleOutput out, final InputStream is)
|
||||||
throws CommandRunException {
|
throws CommandRunException {
|
||||||
int c;
|
int c;
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user