Compare commits
14 Commits
merge-conf
...
main
| Author | SHA1 | Date |
|---|---|---|
|
|
ab724524f6 | |
|
|
f6df9d33f7 | |
|
|
7fefb18a07 | |
|
|
64bc2799e4 | |
|
|
45e86b3ecd | |
|
|
edd9d1fe02 | |
|
|
b3688e89fd | |
|
|
9b9105043f | |
|
|
e6f7a485d8 | |
|
|
3e9427de9f | |
|
|
12f368ca1f | |
|
|
b4d8831f47 | |
|
|
7c06711460 | |
|
|
832178fd37 |
|
|
@ -7,7 +7,13 @@ import de.hs_mannheim.informatik.bank.facade.Banksystem;
|
|||
public class UI {
|
||||
private Banksystem bs;
|
||||
Scanner sc = new Scanner(System.in);
|
||||
int conflict = 1;
|
||||
|
||||
int change = 2;
|
||||
|
||||
|
||||
|
||||
int conflict = 25;
|
||||
|
||||
|
||||
public UI(Banksystem bs) {
|
||||
this.bs = bs;
|
||||
|
|
|
|||
Loading…
Reference in New Issue