clonen zur anderen branch bitte
parent
3cc88a0212
commit
28959ec2a9
|
@ -11,7 +11,7 @@ public class Bank implements Serializable {
|
|||
|
||||
public Bank(String name) {
|
||||
this.name = name;
|
||||
this.kontozähler = -1;
|
||||
this.kontozähler = -1;//
|
||||
}
|
||||
|
||||
public int addKonto(String name, int auswahl) {
|
||||
|
|
Loading…
Reference in New Issue