Ref: use lombok for data class

This commit is contained in:
Laurent Clouet
2024-06-08 04:10:06 +00:00
parent 2316e02862
commit 8dc7726955
4 changed files with 7 additions and 46 deletions

View File

@@ -160,7 +160,7 @@ public class GuiTextOneLine implements Gui {
}
@Override public void displayStats(Stats stats) {
creditsEarned = String.valueOf(stats.getCreditsEarnedDuringSession());
creditsEarned = String.valueOf(stats.getCreditsEarnedSession());
updateLine();
}