We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a166382 commit 4b084f7Copy full SHA for 4b084f7
algoliasearch/src/main/java/com/algolia/model/ingestion/WatchResponse.java
@@ -30,7 +30,7 @@ public WatchResponse setRunID(String runID) {
30
}
31
32
/** Universally unique identifier (UUID) of a task run. */
33
- @javax.annotation.Nullable
+ @javax.annotation.Nonnull
34
public String getRunID() {
35
return runID;
36
@@ -81,7 +81,7 @@ public WatchResponse setMessage(String message) {
81
82
83
/** a message describing the outcome of a validate run. */
84
- @javax.annotation.Nonnull
+ @javax.annotation.Nullable
85
public String getMessage() {
86
return message;
87
0 commit comments