Skip to content
Snippets Groups Projects
Commit 50ed7e34 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Fix json import

parent 1fb8cf7d
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ package de.tobias.playpad.server.project
import java.util.UUID
import de.tobias.playpad.server.utils.json.UUIDSerializerHandler
import de.tobias.playpad.server.utils.json.{JsonName, JsonParent, UUIDSerializerHandler}
/**
* Created by tobias on 23.02.17.
......
......@@ -2,7 +2,7 @@ package de.tobias.playpad.server.project
import java.util.UUID
import de.tobias.playpad.server.utils.json.UUIDSerializerHandler
import de.tobias.playpad.server.utils.json.{JsonName, JsonParent, UUIDSerializerHandler}
/**
* Created by tobias on 20.02.17.
......
......@@ -2,7 +2,7 @@ package de.tobias.playpad.server.project
import java.util.UUID
import de.tobias.playpad.server.utils.json.UUIDSerializerHandler
import de.tobias.playpad.server.utils.json.{JsonCollection, JsonName, UUIDSerializerHandler}
/**
* Created by tobias on 17.02.17.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment