Merge remote-tracking branch 'origin/master'

This commit is contained in:
2022-12-09 15:01:49 +01:00
2 changed files with 1 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ import java.util.List;
public class GebietsDatei implements GebietsQuelle{
private ArrayList<Gebiet> gebiete = new ArrayList<>();
public void GebietsDatei (String dateiname){
public GebietsDatei (String dateiname){
Path pfad = Paths.get(dateiname);
try {

View File

@@ -1,4 +1,3 @@
import java.util.ArrayList;
import java.util.List;
/**