Skip to content

Commit

Permalink
HV-1577 Fix invalid XML constraint declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta authored and gsmet committed Jul 13, 2018
1 parent 397f360 commit baba5b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<field name="middleName">
<constraint annotation="javax.validation.constraints.Size">
<element name="min">5</element>
<element name="min">10</element>
<element name="max">10</element>
</constraint>
</field>
<field name="address2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<field name="middleName">
<constraint annotation="javax.validation.constraints.Size">
<element name="min">5</element>
<element name="min">10</element>
<element name="max">10</element>
</constraint>
</field>
<field name="address2">
Expand Down

0 comments on commit baba5b1

Please sign in to comment.