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