mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 05:44:05 +01:00
Delete throws clause from method signature
This commit is contained in:
parent
c19afebc04
commit
b2417d3e5f
@ -65,7 +65,7 @@ public class BashCommand {
|
||||
return this;
|
||||
}
|
||||
|
||||
private void processOutput(SystemCommandExecutor commandExecutor) throws IOException, InterruptedException {
|
||||
private void processOutput(SystemCommandExecutor commandExecutor) {
|
||||
// Get the error status and stderr from system command.
|
||||
StringBuilder stderr = commandExecutor.getStandardErrorFromCommand();
|
||||
if (stderr.length() > 0)
|
||||
|
Loading…
Reference in New Issue
Block a user