Skip to content

Commit 4b084f7

Browse files
algolia-botmillotp
andcommitted
fix(specs): message is not required in WatchResponse (generated)
algolia/api-clients-automation#4723 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent a166382 commit 4b084f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algoliasearch/src/main/java/com/algolia/model/ingestion/WatchResponse.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public WatchResponse setRunID(String runID) {
3030
}
3131

3232
/** Universally unique identifier (UUID) of a task run. */
33-
@javax.annotation.Nullable
33+
@javax.annotation.Nonnull
3434
public String getRunID() {
3535
return runID;
3636
}
@@ -81,7 +81,7 @@ public WatchResponse setMessage(String message) {
8181
}
8282

8383
/** a message describing the outcome of a validate run. */
84-
@javax.annotation.Nonnull
84+
@javax.annotation.Nullable
8585
public String getMessage() {
8686
return message;
8787
}

0 commit comments

Comments
 (0)