Skip to content

Commit

Permalink
Update example in javadoc for JsonMetaSchema builder (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
khouari1 authored May 28, 2024
1 parent 9777fd3 commit 4045e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/networknt/schema/JsonMetaSchema.java
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ public static JsonMetaSchema getV202012() {
* Use {@link #getV4()} for the Draft 4 Metaschema, or if you need a builder based on Draft4, use
*
* <code>
* JsonMetaSchema.builder("http://your-metaschema-iri", JsonSchemaFactory.getDraftV4()).build();
* JsonMetaSchema.builder("http://your-metaschema-iri", JsonMetaSchema.getDraftV4()).build();
* </code>
*
* @param iri the IRI of the metaschema that will be defined via this builder.
Expand Down

0 comments on commit 4045e7e

Please sign in to comment.