Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #703 from egovernments/debasishchakraborty-egovt-p…
Browse files Browse the repository at this point in the history
…atch-2

Update Employee.java
  • Loading branch information
pradeepkumarcm-egov authored Jan 30, 2024
2 parents 238dc9e + 02d30e1 commit 098e1c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public class Employee {

@Valid
@NotEmpty
@Size(min = 1,max = 50)
@Size(min = 1,max = 5000)
private List<Jurisdiction> jurisdictions = new ArrayList<>();


Expand Down Expand Up @@ -132,4 +132,4 @@ public class Employee {
private User user;


}
}

0 comments on commit 098e1c0

Please sign in to comment.