Loading src/main/java/org/gesis/dda/feeder/impl/FeedingContextFactory.java +2 −2 Original line number Diff line number Diff line Loading @@ -139,8 +139,8 @@ public class FeedingContextFactory { log.info("using Wzb2SsoarBundleFilter"); result = new Wzb2SsoarBundleFilter(); break; case "https://doabooks.org/oai/@@ssoar": case "https://doabooks.org/oai@@ssoar": case "https://doabooks.org/oai/$$ssoar": case "https://doabooks.org/oai$$ssoar": log.info("using Doabooks2SsoarBundleFilter"); result = new Doabooks2SsoarBundleFilter(); break; Loading Loading
src/main/java/org/gesis/dda/feeder/impl/FeedingContextFactory.java +2 −2 Original line number Diff line number Diff line Loading @@ -139,8 +139,8 @@ public class FeedingContextFactory { log.info("using Wzb2SsoarBundleFilter"); result = new Wzb2SsoarBundleFilter(); break; case "https://doabooks.org/oai/@@ssoar": case "https://doabooks.org/oai@@ssoar": case "https://doabooks.org/oai/$$ssoar": case "https://doabooks.org/oai$$ssoar": log.info("using Doabooks2SsoarBundleFilter"); result = new Doabooks2SsoarBundleFilter(); break; Loading