main
Ruben 2022-11-22 13:23:27 +01:00
parent 1c1d2309ec
commit d6c94f0ada
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public class Konto implements Serializable {
this.inhaber = inhaber;
this.kontobewegungen = new ArrayList<>();
}
}//
public int getKontonummer() {
return nummer;