merge conflict
This commit is contained in:
		
							parent
							
								
									4392fabc38
								
							
						
					
					
						commit
						4db2c582e2
					
				| 
						 | 
					@ -119,8 +119,7 @@ public class FactoryDecorator implements IsObservable {
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    public void openTournamentList() {
 | 
					    public void openTournamentList() {
 | 
				
			||||||
        logger.fine("Showing TournamentList view");
 | 
					        logger.fine("Showing TournamentList view");
 | 
				
			||||||
        factory.showTournamentList((BorderPane) pane, this);
 | 
					        factory.showTournamentList((BorderPane) pane);
 | 
				
			||||||
 | 
					 | 
				
			||||||
        informListener();
 | 
					        informListener();
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -31,10 +31,7 @@ public class MainWindowController extends FXController {
 | 
				
			||||||
    @FXML
 | 
					    @FXML
 | 
				
			||||||
    private Menu menuItemLanguage;
 | 
					    private Menu menuItemLanguage;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    /**
 | 
				
			||||||
    private static final Logger logger = Logger.getLogger(MainWindowController.class.getCanonicalName());
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
     * Method changes the language Setting to german
 | 
					     * Method changes the language Setting to german
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    @FXML
 | 
					    @FXML
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue