Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
abcdea committed Aug 11, 2018
1 parent 301f68c commit 30e13db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class Account {
@NotNull
private Saving saving;

@Length(min = 0, max = 20_000)
@Length(max = 20_000)
private String note;

public String getName() {
Expand Down

0 comments on commit 30e13db

Please sign in to comment.