Skip to content

Commit

Permalink
remove validation messages for common libraries #466
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshikawaa committed Sep 24, 2019
1 parent a50cec5 commit 9fb3f9d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions projectName-web/src/main/resources/ValidationMessages.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
# this file contains the default messages of JSR 303 bean validation for validations provided in the common library

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

org.terasoluna.gfw.common.codepoints.ConsistOf.message = 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.ByteSize.message = must be between {min} and {max} bytes
org.terasoluna.gfw.common.validator.constraints.Compare.message = invalid combination of {left} and {right}
# javax.validation.constraints.NotNull.message = must not be null

0 comments on commit 9fb3f9d

Please sign in to comment.