Skip to content

Commit

Permalink
fix javadoc build
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Barker <[email protected]>

rh-pre-commit.version: 2.0.1
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
SamBarker committed Nov 8, 2023
1 parent d96f667 commit ef11a60
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ public static ExecResult exec(String input, List<String> command, int timeout, b
*
* @param command the command
* @return the pid
* @throws IOException the io exception
*/
public static long execWithoutWait(List<String> command) {
return executeWithoutWait(command, null);
Expand Down Expand Up @@ -480,4 +479,4 @@ public Future<String> read() {
}, runnable -> new Thread(runnable).start());
}
}
}
}

0 comments on commit ef11a60

Please sign in to comment.