GebietsListe debugged
This commit is contained in:
parent
248eae539c
commit
1395a5ddc2
@ -53,7 +53,7 @@ public class GebietsListe {
|
||||
public int getAnzahlUnvollstaendig(){
|
||||
int zaehler = 0;
|
||||
for (Gebiet g:gebiete) {
|
||||
if (g.getJahr() <= 0 || g.getSchlüssel() <= 0 || g.getName() == null || g.getGesamtEinkommen() <= 0 || g.getDurchschnittsEinkommen() <= 0) {
|
||||
if (g.getGesamtEinkommen() <= 0 || g.getDurchschnittsEinkommen() <= 0) {
|
||||
zaehler++;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user