triplea-game / triplea

TripleA is a turn based strategy game and board game engine, similar to Axis & Allies or Risk.
https://triplea-game.org/
GNU General Public License v3.0
1.3k stars 387 forks source link

Some no-op code cleanups. #12561

Closed asvitkine closed 2 months ago

asvitkine commented 2 months ago

Just making code more concise with local variables and String.format calls, adding missing Nullable annotations and using lombok for getters/setters.

Notes to Reviewer