gebietsklasse fertig III

This commit is contained in:
Madeleine Vigier 2022-12-06 15:18:58 +01:00
parent f34a62c1b5
commit c82b667244

View File

@ -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;