diff --git a/.idea/misc.xml b/.idea/misc.xml index fb40be9..07115cd 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/src/EinkommenInfo.java b/src/EinkommenInfo.java index a991ec7..dc7dd6f 100644 --- a/src/EinkommenInfo.java +++ b/src/EinkommenInfo.java @@ -1,7 +1,12 @@ /** * enthält das Hauptprogramm und kommuniziert mit dem Benutzer. - * + * Ruft die Gebiete aus der GebietsDatei ab und speichert sie in die GebietsListe rein. * @author Gubitz, Wöstemeyer, Pfannenstiel, Maier, Vigier :D */ -public class EinkommenInfo { +public class EinkommenInfo +{ + public static void main(String[] args) + { + + } }