Skip to content

Commit ee9306a

Browse files
authored
Refactor Javadoc comments in ProcessRunner.java
Updated Javadoc comments for clarity and consistency.
1 parent 8dde0b1 commit ee9306a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

utils/src/main/java/org/apache/cloudstack/utils/process/ProcessRunner.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,11 @@ public ProcessResult executeCommands(final List<String> commands) {
8282
}
8383

8484
/**
85-
* Executes a process with provided list of commands with a given timeout that
86-
* is less
85+
* Executes a process with provided list of commands with a given timeout that is less
8786
* than or equal to DEFAULT_MAX_TIMEOUT
8887
*
8988
* @param commands list of string commands
90-
* @param timeOut timeout duration
89+
* @param timeOut timeout duration
9190
* @return returns process result
9291
*/
9392
public ProcessResult executeCommands(final List<String> commands, final Duration timeOut) {

0 commit comments

Comments
 (0)