Skip to content

Commit

Permalink
Remove Negative fabricId check (#28724)
Browse files Browse the repository at this point in the history
  • Loading branch information
joonhaengHeo authored and pull[bot] committed Oct 2, 2023
1 parent cfa75d7 commit 3745883
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,6 @@ public static class Builder {
private Builder() {}

public Builder setFabricId(long fabricId) {
if (fabricId < 1) {
throw new IllegalArgumentException("fabricId must be > 0");
}
this.fabricId = fabricId;
return this;
}
Expand Down

0 comments on commit 3745883

Please sign in to comment.