make inner class static

This commit is contained in:
xenohedron 2024-02-17 02:16:14 -05:00
parent a8648c25f7
commit 0a5370cf27
3 changed files with 4 additions and 4 deletions

View file

@ -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