Skip to content

Commit 4045e7e

Browse files
authored
Update example in javadoc for JsonMetaSchema builder (#1043)
1 parent 9777fd3 commit 4045e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/networknt/schema/JsonMetaSchema.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ public static JsonMetaSchema getV202012() {
369369
* Use {@link #getV4()} for the Draft 4 Metaschema, or if you need a builder based on Draft4, use
370370
*
371371
* <code>
372-
* JsonMetaSchema.builder("http://your-metaschema-iri", JsonSchemaFactory.getDraftV4()).build();
372+
* JsonMetaSchema.builder("http://your-metaschema-iri", JsonMetaSchema.getDraftV4()).build();
373373
* </code>
374374
*
375375
* @param iri the IRI of the metaschema that will be defined via this builder.

0 commit comments

Comments
 (0)