Skip to content
Snippets Groups Projects
Commit 59852fb2 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-6461 add @Component to PostfachNachrichtHistorieProcessor

parent d07f5112
No related branches found
No related tags found
1 merge request!5Ozg 6461 historie refactoring
......@@ -5,12 +5,14 @@ import java.util.stream.Stream;
import org.apache.commons.collections.MapUtils;
import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Component;
import de.ozgcloud.alfa.common.command.Command;
import de.ozgcloud.alfa.common.command.CommandBodyMapper;
import de.ozgcloud.alfa.common.command.CommandOrder;
import de.ozgcloud.alfa.historie.HistorieProcessor;
@Component
class PostfachNachrichtHistorieProcessor implements HistorieProcessor {
static final String DIRECTION_INCOMMING = "IN";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment