Skip to content

Commit b223b06

Browse files
committed
Revert "adding getter to StringSchema#formatValidator property - fixes #53"
This reverts commit f040744.
1 parent 3e1a7a6 commit b223b06

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/src/main/java/org/everit/json/schema/StringSchema.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,6 @@ private String patternIfNotNull(Pattern pattern) {
197197
}
198198
}
199199

200-
public FormatValidator getFormatValidator() {
201-
return formatValidator;
202-
}
203-
204200
@Override
205201
public int hashCode() {
206202
return Objects.hash(super.hashCode(), minLength, maxLength, pattern, requiresString, formatValidator);

0 commit comments

Comments
 (0)