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