Skip to content

Commit

Permalink
fixes #86 A java doc issue in the ResponseValidator (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Apr 9, 2019
1 parent c18f870 commit e68eb63
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public class ResponseValidator {

/**
* Construct a new request validator with the given schema validator.
* @param config schema validator configuration
*/
public ResponseValidator(SchemaValidatorsConfig config) {
this.schemaValidator = new SchemaValidator(OpenApiHelper.openApi3);
Expand Down

0 comments on commit e68eb63

Please sign in to comment.