We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b11ee commit b3ead41Copy full SHA for b3ead41
spec/src/main/java/io/a2a/spec/A2AClientError.java
@@ -31,7 +31,7 @@ public A2AClientError() {
31
/**
32
* Constructs a new A2AClientError with the specified detail message.
33
*
34
- * @param message the detail message
+ * @param messageXXX the detail message
35
*/
36
public A2AClientError(String message) {
37
super(message);
0 commit comments