Skip to content

Commit

Permalink
validator-core - AttributeContraints - complete commments for minLeng…
Browse files Browse the repository at this point in the history
…th (refs #154)
  • Loading branch information
mborne committed Jun 30, 2021
1 parent 71874dd commit 6345c45
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ public class AttributeConstraints {
/**
* Minimum length of the value
*
* @see fr.ign.validator.validation.attribute.MinLengthValidator
* @see fr.ign.validator.error.CoreErrorCodes#ATTRIBUTE_SIZE_TOO_SHORT
*
* @since 4.1
*/
private Integer minLength;
Expand Down

0 comments on commit 6345c45

Please sign in to comment.