From f5ebd6469ba0847e717c5440ed1b31b2faf49912 Mon Sep 17 00:00:00 2001 From: pbs2h21ash Date: Fri, 2 Dec 2022 14:33:49 +0100 Subject: [PATCH] GebietInterface --- src/GebietInterface.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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(); }