Skip to content

Commit

Permalink
fixes #23
Browse files Browse the repository at this point in the history
  • Loading branch information
mpostelnicu committed May 18, 2018
1 parent 8ea7f73 commit 0823bd8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public OcdsValidatorRequest(String version, SortedSet<String> extensions, String
* @return
*/
@JsonIgnore
@ApiModelProperty(hidden = true)
public String getKey() {
return schemaType + "-" + version + "-" + extensions + "-" + verbosity;
}
Expand Down

0 comments on commit 0823bd8

Please sign in to comment.