make nested class static

This commit is contained in:
Ingmar Goudt 2018-09-28 15:44:17 +02:00
parent 22c072ad93
commit 48a1386b8f

View file

@ -39,7 +39,7 @@ public class ActionData {
this.gameId = gameId; this.gameId = gameId;
} }
public class CustomExclusionStrategy implements ExclusionStrategy { static class CustomExclusionStrategy implements ExclusionStrategy {
// FIXME: Very crude way of whitelisting, as it applies to all levels of the JSON tree. // FIXME: Very crude way of whitelisting, as it applies to all levels of the JSON tree.
private final java.util.Set<String> KEEP = new java.util.HashSet<>( private final java.util.Set<String> KEEP = new java.util.HashSet<>(