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 81c2566 commit aae7347Copy full SHA for aae7347
mcp-json/src/main/java/io/modelcontextprotocol/json/schema/JsonSchemaInternal.java
@@ -23,7 +23,7 @@ final class JsonSchemaInternal {
23
*/
24
static JsonSchemaValidator getDefaultValidator() {
25
if (defaultValidator == null) {
26
- defaultValidator = JsonSchemaInternal.getDefaultValidator();
+ defaultValidator = JsonSchemaInternal.createDefaultValidator();
27
}
28
return defaultValidator;
29
0 commit comments