Skip to content

Commit

Permalink
Fix style issues picked up by new spotless version. (#11792)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvitkine committed Jul 19, 2023
1 parent 469ad90 commit 406114a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
public class InfluenceMap {

String name;

/** Percentage of the value to be copied to the */
double diffuseRate;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ public class InfluenceTerritory {
long influence = 0;
@Setter BattleDetails battleDetails;
int distanceFromInitialTerritory;

/** Tracks battle details that were diffused to this territory and their distance */
final Map<BattleDetails, Integer> battleDetailsByDistance = new HashMap<>();

/**
* Tracks territories that this territory diffused the battle details to. Prevents diffusing the
* battle details back towards the initial territory.
Expand Down

0 comments on commit 406114a

Please sign in to comment.