Skip to content

2023-August-22 - 2.6.14478

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Aug 19:24
4ad1583
Various code clean ups. (#11901)

No functional changes.

Clean ups:

- Rewrap some comments that were poorly wrapped due to past code reformatting.
- Use GridBagConstraintsBuilder in BattleCalculatorPanel to make the code much more concise
- Switch some countMatches() calls to noneMatch() and anyMatch().
- Remove some unnecessary logic prior to calling getMaxUnitsToBePlacedFrom(), since getMaxUnitsToBePlacedFrom() does that logic already.