Skip to content
Snippets Groups Projects
Commit f31f44cf authored by Jörg Bolay's avatar Jörg Bolay
Browse files

try-catch block im Sematik Adapter hinzugefügt um das mapping robuster zu machen

parent e7c30016
No related branches found
No related tags found
No related merge requests found
......@@ -23,15 +23,17 @@
*/
package de.ozgcloud.eingang.semantik;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import de.ozgcloud.eingang.common.formdata.FormData;
import de.ozgcloud.eingang.router.VorgangService;
import de.ozgcloud.eingang.semantik.enginebased.EngineBasedSemantikAdapter;
import de.ozgcloud.eingang.semantik.formbased.FormBasedSemantikAdapter;
import lombok.extern.log4j.Log4j2;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Log4j2
@Service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment