Commit 8281c7a
Fix nullable optionals (#207)
* Initial commit
* Fix lint warnings about @nullable on Optional attributes.
This commit removes the @nullable annotation from Optional attributes in several files.
This was causing lint warnings because the combination of @nullable and Optional
is not recommended. The changes have been made in the following files:
- src/main/java/com/spotify/github/v3/activity/events/StatusEvent.java
- src/main/java/com/spotify/github/v3/issues/Issue.java
- src/main/java/com/spotify/github/v3/repos/RepositoryInvitation.java
- src/main/java/com/spotify/github/v3/prs/Review.java
- src/main/java/com/spotify/github/v3/activity/events/CreateEvent.java
- src/main/java/com/spotify/github/v3/activity/events/PushEvent.java
---------
Co-authored-by: labs-code-app[bot] <161369871+labs-code-app[bot]@users.noreply.github.com>1 parent ec7d32a commit 8281c7a
File tree
6 files changed
+0
-8
lines changed- src/main/java/com/spotify/github/v3
- activity/events
- issues
- prs
- repos
6 files changed
+0
-8
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
55 | | - | |
56 | 54 | | |
57 | 55 | | |
58 | 56 | | |
| |||
80 | 78 | | |
81 | 79 | | |
82 | 80 | | |
83 | | - | |
84 | 81 | | |
85 | 82 | | |
86 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
| |||
0 commit comments