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

Commit 1264e8e

Browse files
author
sowerstl
committed
Change Site Accession Number length; (DOECODE-642)
1 parent bd60393 commit 1264e8e

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
@@ -577,7 +577,7 @@ public void setRecipientOrg(String recipientOrg) {
577577
this.recipientOrg = recipientOrg;
578578
}
579579

580-
@Size (max = 255, message = "Accession number is limited to 255 characters.")
580+
@Size (max = 25, message = "Site Accession number is limited to 25 characters.")
581581
@Column (name="SITE_ACCESSION_NUMBER")
582582
public String getSiteAccessionNumber() {
583583
return siteAccessionNumber;

0 commit comments

Comments
 (0)