changes conflict to 2
parent
b521d30752
commit
832178fd37
|
@ -7,7 +7,7 @@ import de.hs_mannheim.informatik.bank.facade.Banksystem;
|
||||||
public class UI {
|
public class UI {
|
||||||
private Banksystem bs;
|
private Banksystem bs;
|
||||||
Scanner sc = new Scanner(System.in);
|
Scanner sc = new Scanner(System.in);
|
||||||
int conflict = 0;
|
int conflict = 2;
|
||||||
|
|
||||||
public UI(Banksystem bs) {
|
public UI(Banksystem bs) {
|
||||||
this.bs = bs;
|
this.bs = bs;
|
||||||
|
|
Loading…
Reference in New Issue