Skip to content

Commit

Permalink
improve validation messages #156
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshikawaa committed Jan 7, 2016
1 parent 5b0e89b commit 43bece4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/ValidationMessages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

org.terasoluna.gfw.common.codelist.ExistInCodeList.message = Does not exist in {codeListId}

org.terasoluna.gfw.common.codepoints.ConsistOf.message = not consists of specified code points
org.terasoluna.gfw.common.codepoints.ConsistOf.message = may not consist of specified code points

org.terasoluna.gfw.common.validator.constraints.ByteMin.message = must be greater than or equal to {value} bytes
org.terasoluna.gfw.common.validator.constraints.ByteMax.message = must be less than or equal to {value} bytes
org.terasoluna.gfw.common.validator.constraints.Compare.message = not match '{left}' and '{right}'
org.terasoluna.gfw.common.validator.constraints.Compare.message = invalid combination of {left} and {right}

0 comments on commit 43bece4

Please sign in to comment.