diff --git a/src/GebietInterface.java b/src/GebietInterface.java index fc24542..f5758de 100644 --- a/src/GebietInterface.java +++ b/src/GebietInterface.java @@ -1,8 +1,8 @@ public interface GebietInterface { - public int getJahr(); - public int getSchlüssel(); - public String getName(); - public long getGesamtEinkommen(); - public int getDurchschnittsEinkommen(); - public int getAnzahlEinwohner(); + int getJahr(); + int getSchlüssel(); + String getName(); + long getGesamtEinkommen(); + int getDurchschnittsEinkommen(); + int getAnzahlEinwohner(); }