Skip to content

Commit

Permalink
fix: use this
Browse files Browse the repository at this point in the history
  • Loading branch information
Taaqif authored Dec 21, 2023
1 parent f10fa9f commit 59d07d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public Builder enableLogging() {
* @throws IllegalStateException when the builder was not configured correctly
*/
public Guardian build() {
if (url == null) {
if (this.url == null) {
throw new IllegalStateException("You must set either a domain or an url");
}

Expand Down

0 comments on commit 59d07d1

Please sign in to comment.