Skip to content

Commit

Permalink
fix javadoc html error
Browse files Browse the repository at this point in the history
  • Loading branch information
willr3 committed Dec 1, 2023
1 parent 81a55ff commit d031ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/hyperfoil/tools/qdup/cmd/Cmd.java
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ public long getIdleTimer(State state){
}
/**
* Set the value for the idle timer including any pattern references that will be resolved each time the command runs.
* An empty value or a value that resolves to < 0 disables the idleTimer.
* An empty value or a value that resolves to less than 0 disables the idleTimer.
* @param idleTimer
*/
public void setIdleTimer(String idleTimer){
Expand Down

0 comments on commit d031ffc

Please sign in to comment.