Skip to content

Commit e0a1d15

Browse files
committed
Java Validation API
1 parent 97c4dae commit e0a1d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
javax.validation.constraints.NotNull.message=is required
22
Size.name=must be between {min} and {max} character long
33
ProductCodeExisting="${validatedValue}" is not existing
4-
Min.price=${formatter.format('%1$.2f', validatedValue)} is less than {value}
4+
Min.price=${formatter.format('%1$.2f', validatedValue)} is invalid, must be greater than or equal to {value}

0 commit comments

Comments
 (0)