Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfred committed Nov 11, 2024
1 parent 7e8466e commit 741a7f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,11 @@ public void setMoveCountLimit(@Nullable Long moveCountLimit) {
this.moveCountLimit = moveCountLimit;
}

public @Nullable Double getUnimprovedBestSolutionLimit() {
public @Nullable Double getUnimprovedBestSolutionLimit() {
return unimprovedBestSolutionLimit;
}

public void setUnimprovedBestSolutionLimit( @Nullable Double unimprovedBestSolutionLimit) {
public void setUnimprovedBestSolutionLimit(@Nullable Double unimprovedBestSolutionLimit) {
this.unimprovedBestSolutionLimit = unimprovedBestSolutionLimit;
}

Expand Down

0 comments on commit 741a7f8

Please sign in to comment.