Skip to content

Commit b3ead41

Browse files
committed
Temp - break javadoc to test new -Prelease workflow
1 parent e1b11ee commit b3ead41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public A2AClientError() {
3131
/**
3232
* Constructs a new A2AClientError with the specified detail message.
3333
*
34-
* @param message the detail message
34+
* @param messageXXX the detail message
3535
*/
3636
public A2AClientError(String message) {
3737
super(message);

0 commit comments

Comments
 (0)