Merge pull request #51 from PM2-IT21bWIN-ruiz-mach-krea/develop_footer

Develop footer
This commit is contained in:
Leonardo Brandenberger 2022-05-13 17:52:44 +02:00 committed by GitHub Enterprise
commit 3c3c6c8510
1 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ public class TournamentDecorator implements IsObservable{
} catch (Tournament.InvalidTypeException e) {
e.printStackTrace();
//TODO: Logger
factoryDecorator.printMessageToFooter("Turniermodus nicht möglich",true);
factoryDecorator.printMessageToFooter("Turniermodus nicht moeglich",true);
} catch (IOException e) {
e.printStackTrace();
@ -113,7 +113,7 @@ public class TournamentDecorator implements IsObservable{
factoryDecorator.clearMessage(true);
} catch (Tournament.NumberOfParticipantInvalidException e) {
e.printStackTrace();
factoryDecorator.printMessageToFooter("Anzahl Teilnehmer nicht vielfaches von 2",true);
factoryDecorator.printMessageToFooter("Anzahl Teilnehmer muss mindestens 4 betragen und eine Potenz von 2 sein.",true);
}
informListener();
}
@ -131,7 +131,7 @@ public class TournamentDecorator implements IsObservable{
factoryDecorator.printMessageToFooter("Invalide Telefonnummer",true);
} catch (Player.InvalidDateException e) {
e.printStackTrace();
factoryDecorator.printMessageToFooter("Ungültiges Geburtsdatum", true);
factoryDecorator.printMessageToFooter("Ungueltiges Geburtsdatum", true);
}
}