Skip to content
Snippets Groups Projects
Commit 238317da authored by Jan Zickermann's avatar Jan Zickermann
Browse files

#1 Adjust service type

parent bf6150b4
Branches
Tags
No related merge requests found
Pipeline #1080 failed
...@@ -9,7 +9,7 @@ import de.ozgcloud.nachrichten.postfach.PostfachRemoteService; ...@@ -9,7 +9,7 @@ import de.ozgcloud.nachrichten.postfach.PostfachRemoteService;
@Service @Service
public class OsiPostfachRemoteService implements PostfachRemoteService { public class OsiPostfachRemoteService implements PostfachRemoteService {
public static final String POSTFACH_TYPE_OSIV2 = "MUK"; public static final String POSTFACH_TYPE_OSIV2 = "OSIV2";
@Override @Override
public void sendMessage(PostfachNachricht nachricht) { public void sendMessage(PostfachNachricht nachricht) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment