made the model checkstyle compliant

This commit is contained in:
Hanno Fleischer
2024-12-04 12:10:48 +01:00
parent bdacc4aad3
commit e8d1442e5b
2 changed files with 1 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ public IncorrectRequestMessage() {
public void accept(ServerInterpreter interpreter) { public void accept(ServerInterpreter interpreter) {
interpreter.received(this); interpreter.received(this);
} }
/** /**
* This method will be used to return necessary class information in a more readable format. * This method will be used to return necessary class information in a more readable format.
* *

View File

@@ -1,6 +1,5 @@
package pp.mdga.notification; package pp.mdga.notification;
import pp.mdga.game.BonusCard;
/** /**
* Notification that is to give information to the player. * Notification that is to give information to the player.
*/ */