File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
mcp-json/src/main/java/io/modelcontextprotocol/json Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 99
1010/**
1111 * Captures generic type information at runtime for parameterized JSON (de)serialization.
12- * Usage: TypeRef< List< Foo>> ref = new TypeRef<> (){};
12+ * Usage: TypeRef< List< Foo>> ref = new TypeRef<> (){};
1313 */
1414public abstract class TypeRef <T > {
1515
Original file line number Diff line number Diff line change 7575 <maven-compiler-plugin .version>3.11.0</maven-compiler-plugin .version>
7676 <maven-surefire-plugin .version>3.1.2</maven-surefire-plugin .version>
7777 <maven-failsafe-plugin .version>3.5.2</maven-failsafe-plugin .version>
78- <maven-javadoc-plugin .version>3.5.0 </maven-javadoc-plugin .version>
78+ <maven-javadoc-plugin .version>3.11.2 </maven-javadoc-plugin .version>
7979 <maven-source-plugin .version>3.3.0</maven-source-plugin .version>
8080 <jacoco-maven-plugin .version>0.8.10</jacoco-maven-plugin .version>
8181 <flatten-maven-plugin .version>1.5.0</flatten-maven-plugin .version>
279279 <version >${maven-javadoc-plugin.version} </version >
280280 <configuration >
281281 <detectJavaApiLink >false</detectJavaApiLink >
282+ <legacyMode >true</legacyMode >
282283 <failOnError >false</failOnError >
283284 <doclint >none</doclint >
284285 <additionalOptions >
You can’t perform that action at this time.
0 commit comments