Skip to content

Commit fdc789a

Browse files
committed
clean up
1 parent 4567048 commit fdc789a

File tree

1 file changed

+7
-7
lines changed
  • json-schema-validator/src/main/java/io/openapiprocessor/jsonschema/schema

1 file changed

+7
-7
lines changed

json-schema-validator/src/main/java/io/openapiprocessor/jsonschema/schema/SchemaStore.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ public void register (URI schemaUri) {
6060
}
6161

6262
/**
63-
* register a schema document. {@code schemaUri} is schema id of the given {@code document}.
64-
* The {@code document} must be a {@code Boolean} or a {@code Map<String, Object>}.
63+
* register a schema document. {@code schemaUri} is schema id of the given {@code document}. The {@code document}
64+
* must be a {@code Boolean} or a {@code Map<String, Object>}.
6565
*
6666
* @param schemaUri schema uri/id
6767
* @param document the document,
@@ -78,9 +78,9 @@ public void register (URI schemaUri, Object document) {
7878
}
7979

8080
/**
81-
* register a schema document. Similar to {@code register()} with {@code schemaUri}, except
82-
* that the {@code schemaUri} gets generated. The {@code document} must be a {@code Boolean} or
83-
* a {@code Map<String, Object>}.
81+
* register a schema document. Similar to {@code register()} with {@code schemaUri}, except that the
82+
* {@code schemaUri} gets generated. The {@code document} must be a {@code Boolean} or a
83+
* {@code Map<String, Object>}.
8484
*
8585
* @param document the document
8686
* @return the generated schema uri
@@ -92,8 +92,8 @@ public URI register (Object document) {
9292
}
9393

9494
/**
95-
* register a schema document. {@code resourcePath} should be a json schema document available
96-
* on the classpath (resource).
95+
* register a schema document. {@code resourcePath} should be a json schema document available on the classpath
96+
* (resource).
9797
*
9898
* @param schemaUri schema uri/id
9999
* @param resourcePath resource path

0 commit comments

Comments
 (0)