fixed Constructor
This commit is contained in:
parent
da5bcc93bf
commit
7ca888121d
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user