// test komentar bei konto
parent
99ff23cea6
commit
809e6c339f
|
@ -11,7 +11,7 @@ public class Konto {
|
|||
// konstruktor
|
||||
public Konto(String inhaber) {
|
||||
nummer = 1000 + kontozähler++;
|
||||
this.inhaber = inhaber;
|
||||
this.inhaber = inhaber; // test komentar
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue