Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Negative fabricId check (#28724)
Browse files Browse the repository at this point in the history
joonhaengHeo authored and pull[bot] committed Aug 29, 2023
1 parent c3d42a9 commit 1447456
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit 1447456

Please sign in to comment.