Skip to content

Commit

Permalink
Increase limit of Person remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
cgendreau committed Jul 4, 2024
1 parent 76571fc commit dd446a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ca/gc/aafc/agent/api/entities/Person.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public class Person implements DinaEntity {
@URL
private String webpage;

@Size(max = 500)
@Size(max = 2048)
private String remarks;

}

0 comments on commit dd446a5

Please sign in to comment.