Skip to content

Commit

Permalink
merged with develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rgraf committed Feb 20, 2020
2 parents c50a5cf + e06451c commit 0259d1f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,6 @@ private void validateSemanticTagVcardAddressBody(Body body) throws ParamValidati
//temporarily commented out to verify if type is mandatory
// throw new PropertyValidationException(I18nConstants.MESSAGE_MISSING_MANDATORY_FIELD,
// I18nConstants.MESSAGE_MISSING_MANDATORY_FIELD, new String[] { "vcardAddress.body.type" });

} else if (!ResourceTypes.VCARD_ADDRESS.hasJsonValue(body.getType().get(0))) {
// only full text resources accepted
throw new PropertyValidationException(I18nConstants.INVALID_PROPERTY_VALUE,
Expand Down

0 comments on commit 0259d1f

Please sign in to comment.