Skip to content
Snippets Groups Projects
Commit bc06ead4 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4383 PR Kommentar bearbeitet

parent 5d0b352e
Branches
Tags
No related merge requests found
...@@ -27,8 +27,6 @@ import static java.util.Objects.*; ...@@ -27,8 +27,6 @@ import static java.util.Objects.*;
import java.util.stream.Stream; import java.util.stream.Stream;
import jakarta.annotation.PostConstruct;
import org.apache.commons.collections.CollectionUtils; import org.apache.commons.collections.CollectionUtils;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty; import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
...@@ -36,6 +34,7 @@ import org.springframework.stereotype.Service; ...@@ -36,6 +34,7 @@ import org.springframework.stereotype.Service;
import de.ozgcloud.nachrichten.NachrichtenManagerProperties; import de.ozgcloud.nachrichten.NachrichtenManagerProperties;
import de.ozgcloud.nachrichten.postfach.PersistPostfachNachrichtService; import de.ozgcloud.nachrichten.postfach.PersistPostfachNachrichtService;
import de.ozgcloud.nachrichten.postfach.PostfachNachricht; import de.ozgcloud.nachrichten.postfach.PostfachNachricht;
import jakarta.annotation.PostConstruct;
import lombok.RequiredArgsConstructor; import lombok.RequiredArgsConstructor;
@Service @Service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment