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