Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
abollini committed Jun 16, 2020
1 parent ec348a6 commit 2ffde8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void init() throws IOException {
}

/**
* Makes an instance of the Orcidv2 class based on the provided parameters.
* Makes an instance of the Orcidv3 class based on the provided parameters.
* This constructor is called through the spring bean initialization
*/
private OrcidV3AuthorDataProvider(String url) {
Expand Down
2 changes: 0 additions & 2 deletions dspace/config/dspace.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1460,8 +1460,6 @@ sherpa.romeo.apikey =

# URL of ORCID API
# Defaults to using the Public API V3 (pub.orcid.org)
# URL of ORCID API
# Defaults to using the Public API (pub.orcid.org)
orcid.api.url = https://pub.orcid.org/v3.0
orcid.url = https://orcid.org/

Expand Down

0 comments on commit 2ffde8e

Please sign in to comment.