Skip to content

Commit

Permalink
PMD'd.
Browse files Browse the repository at this point in the history
  • Loading branch information
riverwanderer committed Sep 25, 2023
1 parent efe332e commit 3ed80d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public PlayerRoster() {

// Module control features: set required string prefs so that module designers don't need to.
// Designers will be able to use Set Global Property without further set up.
BooleanConfigurer bConfig = new BooleanConfigurer(null, VassalRandomSide, false);
final BooleanConfigurer bConfig = new BooleanConfigurer(null, VassalRandomSide, false);
gm.getPrefs().addOption("", bConfig);
StringConfigurer sConfig = new StringConfigurer(null, VassalForceSide, null);
gm.getPrefs().addOption("", sConfig);
Expand Down

0 comments on commit 3ed80d3

Please sign in to comment.