Skip to content

Commit

Permalink
Add nullability annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak committed Apr 19, 2021
1 parent ddd27b1 commit f003a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry/src/main/java/io/sentry/SentryBaseEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public abstract class SentryBaseEvent {
private @Nullable String platform;

/** Information about the user who triggered this event. */
private User user;
private @Nullable User user;

/** The captured Throwable */
protected transient @Nullable Throwable throwable;
Expand Down

0 comments on commit f003a37

Please sign in to comment.