Skip to content

Commit

Permalink
Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
samleeflang committed Nov 12, 2024
1 parent 94d6c25 commit 270d58e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static Agent createAgent(String name, String pid, AgentRoleType role, Str
if (DOI.value().equals(idTitle)) {
identifier.withDctermsType(DOI);
identifier.withDctermsTitle("DOI");
} else if (idTitle.equals(ORCID)) {
} else if (ORCID.equals(idTitle)) {
identifier.withDctermsType(DctermsType.URL);
identifier.withDctermsTitle("ORCID");
}
Expand Down

0 comments on commit 270d58e

Please sign in to comment.