We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082444e commit 4586712Copy full SHA for 4586712
1 file changed
mcp-json/src/main/java/io/modelcontextprotocol/json/TypeRef.java
@@ -9,7 +9,7 @@
9
10
/**
11
* Captures generic type information at runtime for parameterized JSON (de)serialization.
12
- * Usage: TypeRef<List<Foo>> ref = new TypeRef<>(){};
+ * Usage: TypeRef<List<Foo>> ref = new TypeRef<>(){};
13
*/
14
public abstract class TypeRef<T> {
15
0 commit comments