Skip to content

Commit

Permalink
Added @nullable
Browse files Browse the repository at this point in the history
@nullable added
  • Loading branch information
WCSumpton committed Sep 28, 2023
1 parent a5a985a commit fdafe0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class RulesAttachment extends AbstractPlayerRulesAttachment {
// condition for having specific relationships
private @Nullable List<String> relationship = null;
// condition for checking AI player
private Boolean isAI = null;
private @Nullable Boolean isAI = null;
// condition for being at war
private @Nullable Set<GamePlayer> atWarPlayers = null;
private int atWarCount = -1;
Expand Down

0 comments on commit fdafe0c

Please sign in to comment.