mirror of
https://github.com/correl/mage.git
synced 2024-12-25 19:25:41 +00:00
make nested class static
This commit is contained in:
parent
22c072ad93
commit
48a1386b8f
1 changed files with 1 additions and 1 deletions
|
@ -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<>(
|
||||||
|
|
Loading…
Reference in a new issue