mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 11:17:11 +07:00
unused -> unchecked
This commit is contained in:
parent
dbc49649c0
commit
78176cca90
@ -7,7 +7,7 @@ import io.anuke.mindustry.game.Rules;
|
||||
import io.anuke.mindustry.game.SpawnGroup;
|
||||
import io.anuke.mindustry.type.*;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
@SuppressWarnings("unchecked")
|
||||
public class JsonIO{
|
||||
private static Json json = new Json(){{
|
||||
setIgnoreUnknownFields(true);
|
||||
|
Loading…
Reference in New Issue
Block a user