fixed Constructor
This commit is contained in:
		@@ -4,7 +4,7 @@ import java.util.List;
 | 
				
			|||||||
public class GebietsListe {
 | 
					public class GebietsListe {
 | 
				
			||||||
    private List<GebietMock> gebietListe = new ArrayList<>();
 | 
					    private List<GebietMock> gebietListe = new ArrayList<>();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public GebietsListe(){
 | 
					    public GebietsListe(List<Gebiet> gebiete){
 | 
				
			||||||
        this.gebietListe = gebietListe;
 | 
					        this.gebietListe = gebietListe;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user