From 9b27d7b4ac41e07bab0d7655f29937968265a056 Mon Sep 17 00:00:00 2001 From: Kevin Pfannenstiel Date: Tue, 6 Dec 2022 14:39:11 +0100 Subject: [PATCH] =?UTF-8?q?Kommentar=20und=20main-methode=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/misc.xml | 2 +- src/EinkommenInfo.java | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) 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) + { + + } }