Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-tay committed Jan 31, 2024
1 parent a4d458e commit 1da19f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public JsonNodePath getEvaluationPath() {
/**
* The attached value(s).
*
* @param <T> the value type
* @return the value
*/
@SuppressWarnings("unchecked")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ public class JsonNodeAnnotations {
/**
* Stores the annotations.
* <p>
* instancePath -> annotation
* instancePath to annotation
*/
private final Map<JsonNodePath, List<JsonNodeAnnotation>> values = new LinkedHashMap<>();

/**
* Gets the annotations.
* <p>
* instancePath -> annotation
* instancePath to annotation
*
* @return the annotations
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class MapSchemaLoader implements SchemaLoader {
/**
* Sets the schema data by absolute IRI.
*
* @param mappings
* @param mappings the mappings
*/
public MapSchemaLoader(Map<String, String> mappings) {
this(mappings::get);
Expand Down

0 comments on commit 1da19f9

Please sign in to comment.