refactor: matched test packages to previous refactor

This commit is contained in:
Yannik Bretschneider 2021-05-31 23:41:40 +02:00
parent d080fff5d3
commit 3238f45836
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
package uulm.teamname.marvelous.gamelibrary.json.ingame;
package uulm.teamname.marvelous.gamelibrary.json.ingame.deserialize;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.InjectableValues;

View File

@ -1,4 +1,4 @@
package uulm.teamname.marvelous.gamelibrary.json.ingame;
package uulm.teamname.marvelous.gamelibrary.json.ingame.deserialize;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;

View File

@ -1,4 +1,4 @@
package uulm.teamname.marvelous.gamelibrary.json.ingame;
package uulm.teamname.marvelous.gamelibrary.json.ingame.deserialize;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;

View File

@ -1,4 +1,4 @@
package uulm.teamname.marvelous.gamelibrary.json.ingame;
package uulm.teamname.marvelous.gamelibrary.json.ingame.deserialize;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;

View File

@ -1,4 +1,4 @@
package uulm.teamname.marvelous.gamelibrary.json.ingame;
package uulm.teamname.marvelous.gamelibrary.json.ingame.serialize;
import com.fasterxml.jackson.databind.ObjectMapper;
import net.jqwik.api.*;

View File

@ -1,4 +1,4 @@
package uulm.teamname.marvelous.gamelibrary.json.ingame;
package uulm.teamname.marvelous.gamelibrary.json.ingame.serialize;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;

View File

@ -1,4 +1,4 @@
package uulm.teamname.marvelous.gamelibrary.json.ingame;
package uulm.teamname.marvelous.gamelibrary.json.ingame.serialize;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;