rmeoved tournament Type GROUPS from Tournament Enum Type.
This commit is contained in:
		
							parent
							
								
									c862492be3
								
							
						
					
					
						commit
						53cf3bdacc
					
				| 
						 | 
				
			
			@ -252,7 +252,7 @@ public class Tournament implements Serializable {
 | 
			
		|||
     * (In the Prototype only the KO-System has full functionality
 | 
			
		||||
     */
 | 
			
		||||
    public enum Type {
 | 
			
		||||
        KO("KO-System"), GROUPS("Gruppenspiele");
 | 
			
		||||
        KO("KO-System"); //GROUPS("Gruppenspiele"); //Type GROUPS is not implemented in this prototype.
 | 
			
		||||
 | 
			
		||||
        private String name;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue