diff --git a/.idea/misc.xml b/.idea/misc.xml index 07115cd..fb40be9 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 0000000..797acea --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml new file mode 100644 index 0000000..e96534f --- /dev/null +++ b/.idea/uiDesigner.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Gebiet.java b/src/Gebiet.java index 83ba277..1400021 100644 --- a/src/Gebiet.java +++ b/src/Gebiet.java @@ -6,7 +6,7 @@ * abgeleitete Eigenschaft und wird dementsprechend in der Methode 'getAnzahlEinwohner' * berechnet. * - * @author Gubitz, Wöstemeyer, Pfannenstiel, Maier, Vigier :D + * @author Vigier */ public class Gebiet implements GebietInterface { private int jahr; @@ -40,7 +40,7 @@ public class Gebiet implements GebietInterface { @Override public long getGesamtEinkommen() { - if(getGesamtEinkommen() == 0){ + if(gesamtEinkommen == 0){ return -1; } diff --git a/src/GebietsMoc.java b/src/GebietMock.java similarity index 89% rename from src/GebietsMoc.java rename to src/GebietMock.java index 468e449..ea4f460 100644 --- a/src/GebietsMoc.java +++ b/src/GebietMock.java @@ -1,4 +1,4 @@ -public class GebietsMoc implements GebietInterface{ +public class GebietMock implements GebietInterface{ @Override public int getjahr() {