Compare commits
No commits in common. "e6f7a485d83f6201b528f9da0cc5c8785b18b64a" and "b4d8831f473914f334d45c7757e45c12e18a50e0" have entirely different histories.
e6f7a485d8
...
b4d8831f47
|
@ -9,8 +9,7 @@ public class UI {
|
||||||
Scanner sc = new Scanner(System.in);
|
Scanner sc = new Scanner(System.in);
|
||||||
|
|
||||||
int change = 0;
|
int change = 0;
|
||||||
|
int conflict = 2;
|
||||||
int conflict = 0;
|
|
||||||
|
|
||||||
public UI(Banksystem bs) {
|
public UI(Banksystem bs) {
|
||||||
this.bs = bs;
|
this.bs = bs;
|
||||||
|
|
Loading…
Reference in New Issue