Skip to content

Commit

Permalink
GH-9713: Add @Nullable to IntegrationEvent.getCause()
Browse files Browse the repository at this point in the history
Fixes: #9713

(cherry picked from commit c677fc5)
  • Loading branch information
mrpiggi authored and spring-builds committed Dec 13, 2024
1 parent 4bb4624 commit ea441ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public IntegrationEvent(Object source, @Nullable Throwable cause) {
this.cause = cause;
}

@Nullable
public Throwable getCause() {
return this.cause;
}
Expand Down

0 comments on commit ea441ff

Please sign in to comment.