Made method static
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
parent
b8e5ea0b78
commit
ab9a4c474b
@ -87,7 +87,7 @@ public final class ForwardingRunnable implements Runnable {
|
||||
* @param is the input stream
|
||||
* @throws CommandRunException if the manager was closed while writing the
|
||||
* stream */
|
||||
private void readToEnd(final ConsoleOutput out, final InputStream is)
|
||||
private static void readToEnd(final ConsoleOutput out, final InputStream is)
|
||||
throws CommandRunException {
|
||||
int c;
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user