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

OZG-4693 remove conditional bean initialization

parent c15f2e72
Branches
Tags
No related merge requests found
......@@ -4,14 +4,12 @@ import java.util.Map;
import java.util.Optional;
import org.apache.commons.collections4.MapUtils;
import org.springframework.boot.autoconfigure.condition.ConditionalOnBean;
import org.springframework.stereotype.Component;
import de.ozgcloud.eingang.common.formdata.Antragsteller;
import de.ozgcloud.eingang.common.formdata.FormData;
@Component
@ConditionalOnBean(FormCycleEngineBasedAdapter.class)
public class FormcycleAntragstellerMapper implements FormcycleEngineBasedMapper {
static final String KEY_ANTRAGSTELLER = "fsBKAllDaten";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment