mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 13:31:46 +00:00
fixed String size constraint example (SPR-6517)
This commit is contained in:
@@ -1290,7 +1290,7 @@ public class PersonForm {
|
||||
public class PersonForm {
|
||||
|
||||
@NotNull
|
||||
@Max(64)
|
||||
@Size(max=64)
|
||||
private String name;
|
||||
|
||||
@Min(0)
|
||||
|
||||
Reference in New Issue
Block a user