// test komentar bei konto

myBranch
Tobias Heid 2022-10-11 08:58:02 +02:00
parent 99ff23cea6
commit 809e6c339f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ public class Konto {
// konstruktor // konstruktor
public Konto(String inhaber) { public Konto(String inhaber) {
nummer = 1000 + kontozähler++; nummer = 1000 + kontozähler++;
this.inhaber = inhaber; this.inhaber = inhaber; // test komentar
} }