This commit is contained in:
2022-12-09 14:42:41 +01:00
parent c7defb02a6
commit 19214584c3

View File

@@ -1,4 +1,3 @@
import java.util.ArrayList;
import java.util.List;
/**
@@ -8,5 +7,6 @@ import java.util.List;
*/
public interface GebietsQuelle {
void GebietsDatei (String dateiname);
List<Gebiet> getGebiete();
}