This commit is contained in:
Anuken
2019-11-14 08:51:12 -05:00
parent dd175747ab
commit 0fd6207689
3 changed files with 2 additions and 3 deletions

View File

@@ -343,7 +343,7 @@ public class ContentParser{
init();
}
JsonValue value = parser.fromJson(null, Jval.read(json).toString(JsonFormat.plain));
JsonValue value = parser.fromJson(null, Jval.read(json).toString(Jformat.plain));
if(!parsers.containsKey(type)){
throw new SerializationException("No parsers for content type '" + type + "'");
}