Skip to content

Commit

Permalink
Missed min size on annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Schauer committed Jul 13, 2015
1 parent 18b3173 commit 70977f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
public class AcademicSessionData implements CmEntityData {
@NotNull
@Size
@Size(min=1)
public String eid;

@NotNull
Expand Down

0 comments on commit 70977f7

Please sign in to comment.