-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove validation messages for common libraries #466
- Loading branch information
1 parent
a50cec5
commit 9fb3f9d
Showing
1 changed file
with
1 addition
and
10 deletions.
There are no files selected for viewing
11 changes: 1 addition & 10 deletions
11
projectName-web/src/main/resources/ValidationMessages.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |