resolves merge conf
commit
7c06711460
|
@ -7,7 +7,8 @@ import de.hs_mannheim.informatik.bank.facade.Banksystem;
|
|||
public class UI {
|
||||
private Banksystem bs;
|
||||
Scanner sc = new Scanner(System.in);
|
||||
int conflict = 1;
|
||||
|
||||
int conflict = 2;
|
||||
|
||||
public UI(Banksystem bs) {
|
||||
this.bs = bs;
|
||||
|
|
Loading…
Reference in New Issue