Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 337fbf7

Browse files
committed
modified size for JPA and bean validation coexistence
Signed-off-by: Neal Ensor <[email protected]>
1 parent d76276d commit 337fbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gov/osti/entity/DOECodeMetadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ public void setDevelopers(List<Developer> devlist) {
495495
}
496496

497497
@Size (max = 255, message = "Recipient name is limited to 255 characters.")
498-
@Column (name = "RECIPIENT_NAME")
498+
@Column (name = "RECIPIENT_NAME", length = 255)
499499
public String getRecipientName() {
500500
return recipientName;
501501
}

0 commit comments

Comments
 (0)