Fix: code refactoring
parent
96aaf64dbe
commit
9423e4fe7a
|
@ -10,7 +10,7 @@ public class Main {
|
|||
|
||||
Banksystem bs = new Banksystem("Spaßkasse Mannheim");
|
||||
|
||||
HauptmenüFrame hmf = new HauptmenüFrame(bs); // test
|
||||
HauptmenüFrame hmf = new HauptmenüFrame(bs);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue