Merge remote-tracking branch 'origin/master'

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

View File

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

View File

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