Skip to content

Commit

Permalink
refs #378: Removes map method for SHERPA/RoMEO externalproviders conf…
Browse files Browse the repository at this point in the history
…iguration
  • Loading branch information
olli-gold committed Aug 28, 2023
1 parent b14d87f commit e2a18b1
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,4 @@ private boolean isLocalItemChoicesEnabled() {
return configurationService.getBooleanProperty("cris." + this.authorityName + ".local-item-choices-enabled");
}

@Override
public Map<String, String> getExternalSource() {
return Map.of();
}

}

0 comments on commit e2a18b1

Please sign in to comment.