Skip to content

Commit

Permalink
Merge pull request #10374 from GlobalDataverseCommunityConsortium/IQS…
Browse files Browse the repository at this point in the history
…S/10369-support_legacy_PID_provider_settings

GlobalDataverseCommunityConsortium:IQSS/10369-support_legacy_PID_provider_settings
  • Loading branch information
landreev authored Mar 13, 2024
2 parents 5caf436 + 14a8f6d commit 1dd5fa4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ private void loadProviders() {
if (!providers.isPresent()) {
logger.warning(
"No PidProviders configured via dataverse.pid.providers. Please consider updating as older PIDProvider configuration mechanisms will be removed in a future version of Dataverse.");
return;
} else {
for (String id : providers.get()) {
//Allows spaces in PID_PROVIDERS setting
Expand Down

0 comments on commit 1dd5fa4

Please sign in to comment.