From 0b2992d09d654658f8d3a61a5b893d8d0c8a8357 Mon Sep 17 00:00:00 2001 From: Gregor Scholtysik Date: Wed, 28 Jun 2023 14:27:14 +0200 Subject: [PATCH] Fix small typo resulting from copy&paste --- .../main/java/com/helger/phase4/profile/bdew/BDEWPMode.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phase4-profile-bdew/src/main/java/com/helger/phase4/profile/bdew/BDEWPMode.java b/phase4-profile-bdew/src/main/java/com/helger/phase4/profile/bdew/BDEWPMode.java index d6077be35..0c7074100 100644 --- a/phase4-profile-bdew/src/main/java/com/helger/phase4/profile/bdew/BDEWPMode.java +++ b/phase4-profile-bdew/src/main/java/com/helger/phase4/profile/bdew/BDEWPMode.java @@ -64,8 +64,8 @@ public final class BDEWPMode public static final String SERVICE_MARKTPROZESSE = "https://www.bdew.de/as4/communication/services/MP"; public static final String SERVICE_FAHRPLAN = "https://www.bdew.de/as4/communication/services/FP"; public static final String SERVICE_REDISPATCH_2_0 = "https://www.bdew.de/as4/communication/services/RD"; - public static final String SERVICE_REDISPATCH_KWEP = "https://www.bdew.de/as4/communication/services/KW"; - public static final String SERVICE_REDISPATCH_SOGL = "https://www.bdew.de/as4/communication/services/SO"; + public static final String SERVICE_KWEP = "https://www.bdew.de/as4/communication/services/KW"; + public static final String SERVICE_SOGL = "https://www.bdew.de/as4/communication/services/SO"; public static final String ACTION_DEFAULT = "http://docs.oasis-open.org/ebxml-msg/as4/200902/action"; public static final String ACTION_TEST_SERVICE = "http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/test";