main
selin 2022-10-12 15:50:29 +02:00
parent 484dac77cf
commit 87b679194f
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class Konto {
public ArrayList<Long> getKontoauszug() { public ArrayList<Long> getKontoauszug() {
return kontobewegungen; return kontobewegungen;
} }
sc
public long getKontostand() { public long getKontostand() {
return stand; return stand;