gebietsklasse fertig III
This commit is contained in:
parent
f34a62c1b5
commit
c82b667244
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user