diff --git a/src/main/java/uulm/teamname/marvelous/gamelibrary/json/JSON.java b/src/main/java/uulm/teamname/marvelous/gamelibrary/json/JSON.java index 5dfc5fe..233da8b 100644 --- a/src/main/java/uulm/teamname/marvelous/gamelibrary/json/JSON.java +++ b/src/main/java/uulm/teamname/marvelous/gamelibrary/json/JSON.java @@ -21,8 +21,6 @@ public class JSON { e.printStackTrace(); } return result; - - //TODO: write custom deserializer for Entities because of PID and ID separately (stupid idea indeed) } /** Serializes a {@link MessageStructure} into a JSON string.