forked from hummel/Bank-System
Test
parent
484dac77cf
commit
87b679194f
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue