changed error Message numberOfParticipants.
This commit is contained in:
parent
a78d1d9de7
commit
11d6ca1852
|
@ -113,7 +113,7 @@ public class TournamentDecorator implements IsObservable{
|
|||
factoryDecorator.clearMessage(true);
|
||||
} catch (Tournament.NumberOfParticipantInvalidException e) {
|
||||
e.printStackTrace();
|
||||
factoryDecorator.printMessageToFooter("Anzahl Teilnehmer muss eine Potenz von 2 sein.",true);
|
||||
factoryDecorator.printMessageToFooter("Anzahl Teilnehmer muss mindestens 4 betragen und eine Potenz von 2 sein.",true);
|
||||
}
|
||||
informListener();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue