Skip to content

Commit c5f3bb6

Browse files
Update spec/src/main/java/io/a2a/util/Utils.java
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 5a6040c commit c5f3bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/src/main/java/io/a2a/util/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class Utils {
4444
/**
4545
* Deserializes JSON string into a typed object using Gson.
4646
* <p>
47-
* This method uses the pre-configured {@link JsonUtil#fromJson(String, Type)} to parse JSON.
47+
* This method uses the pre-configured {@link JsonUtil#fromJson(String, Class)} to parse JSON.
4848
*
4949
* @param <T> the target type
5050
* @param data JSON string to deserialize

0 commit comments

Comments
 (0)