Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
kagkarlsson committed Oct 29, 2024
1 parent e2704a3 commit fe125cd
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,7 @@ public Builder tableName(String tableName) {
return this;
}

/**
* Will cause getScheduledExecutions(..) to return executions in priority order.
*/
/** Will cause getScheduledExecutions(..) to return executions in priority order. */
public Builder enablePriority() {
this.priority = true;
return this;
Expand Down

0 comments on commit fe125cd

Please sign in to comment.