Compare commits
2 Commits
032c3602a7
...
4e2778d2c5
Author | SHA1 | Date | |
---|---|---|---|
4e2778d2c5 | |||
1395a5ddc2 |
@ -53,7 +53,7 @@ public class GebietsListe {
|
|||||||
public int getAnzahlUnvollstaendig(){
|
public int getAnzahlUnvollstaendig(){
|
||||||
int zaehler = 0;
|
int zaehler = 0;
|
||||||
for (Gebiet g:gebiete) {
|
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++;
|
zaehler++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user