Skip to content

Commit

Permalink
don't return - check legacy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Mar 13, 2024
1 parent ec1b174 commit 14a8f6d
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 14a8f6d

Please sign in to comment.