Skip to content

Commit 7face00

Browse files
committed
fixes javadoc only
1 parent 6d4f404 commit 7face00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/mservicetech/openapi/validation/SchemaValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public Status validate(final Object value, final JsonNode schema, SchemaValidato
9393
* @param value The value to validate
9494
* @param schema The property schema to validate the value against
9595
* @param config The config model for some validator
96-
* @param at The name of the property being validated
96+
* @param instanceLocation The instance location
9797
* @return Status object
9898
*/
9999
public Status validate(final Object value, final JsonNode schema, SchemaValidatorsConfig config, JsonNodePath instanceLocation) {

0 commit comments

Comments
 (0)