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

Commit 39135be

Browse files
author
sowerstl
committed
Small formatting tweak.
1 parent 1fad60c commit 39135be

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/java/gov/osti/search/SearchData.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ public void setSponsoringOrganization(String[] sponsoringOrganization) {
142142
this.sponsoringOrganization = sponsoringOrganization;
143143
}
144144

145-
public void setOrcid(String orcid) {
146-
this.orcid = orcid;
147-
}
145+
public void setOrcid(String orcid) {
146+
this.orcid = orcid;
147+
}
148148

149-
public String getOrcid() {
150-
return this.orcid;
151-
}
149+
public String getOrcid() {
150+
return this.orcid;
151+
}
152152

153153
public String getSort() {
154154
return (null==sort) ? "" : sort;

0 commit comments

Comments
 (0)