forked from External/mage
make inner class static
This commit is contained in:
parent
a8648c25f7
commit
0a5370cf27
3 changed files with 4 additions and 4 deletions
|
|
@ -1376,7 +1376,7 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
NOT_REQUIRED_NO_CHOICE,
|
||||
}
|
||||
|
||||
private class ApprovingObjectResult {
|
||||
private static class ApprovingObjectResult {
|
||||
public final ApprovingObjectResultStatus status;
|
||||
public final ApprovingObject approvingObject; // not null iff status is CHOSEN
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue