Skip to content

Commit

Permalink
fix: im dumb v2
Browse files Browse the repository at this point in the history
  • Loading branch information
samfces committed Apr 30, 2023
1 parent 7684180 commit f404030
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ public GenericResult getResult() {

@Override
public void setResult(GenericResult genericResult) {
this.result = Objects.requireNonNull(result);
this.result = Objects.requireNonNull(genericResult);
}
}

0 comments on commit f404030

Please sign in to comment.