From c82b667244ce481dd3ffd99184f5ec7916b1a740 Mon Sep 17 00:00:00 2001 From: pbd2h21avi Date: Tue, 6 Dec 2022 15:18:58 +0100 Subject: [PATCH] gebietsklasse fertig III --- src/Gebiet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gebiet.java b/src/Gebiet.java index 03db232..83ba277 100644 --- a/src/Gebiet.java +++ b/src/Gebiet.java @@ -15,7 +15,7 @@ public class Gebiet implements GebietInterface { private long gesamtEinkommen; private int durchschnittsEinkommen; - public Gebiet(int jahr, int schlüssel, String name, long gesamtEinkommen, int durchschnittsEinkommen,) { + public Gebiet(int jahr, int schlüssel, String name, long gesamtEinkommen, int durchschnittsEinkommen) { this.jahr = jahr; this.schlüssel = schlüssel; this.name = name;