Skip to content

Commit 09b738e

Browse files
Update spec/src/main/java/io/a2a/spec/ListTaskPushNotificationConfigParams.java
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 0355870 commit 09b738e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/src/main/java/io/a2a/spec/ListTaskPushNotificationConfigParams.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ public record ListTaskPushNotificationConfigParams(String id, int pageSize, Stri
1818
/**
1919
* Compact constructor for validation.
2020
* Validates that required parameters are not null.
21-
*
2221
* @param id the task identifier
2322
* @param pageSize the maximum number of items to return per page
2423
* @param pageToken the pagination token for the next page
2524
* @param tenant the tenant identifier
25+
* @throws IllegalArgumentException if id or tenant is null
2626
*/
2727
public ListTaskPushNotificationConfigParams {
2828
Assert.checkNotNullParam("id", id);

0 commit comments

Comments
 (0)