Compare commits

..

No commits in common. "ea9efaeac7601b622cb6817874e2afcda9c5248b" and "0384ba5cc21f1d93e50e479216c6714e2dfc50f8" have entirely different histories.

View File

@ -2,5 +2,6 @@ import java.util.ArrayList;
import java.util.List; import java.util.List;
public interface GebietsQuelle { public interface GebietsQuelle {
void GebietsDatei (String dateiname);
List<Gebiet> getGebiete(); List<Gebiet> getGebiete();
} }