Compare commits
No commits in common. "7c06711460b95ed2ef3be5d1df2bdbcc795d72ce" and "b521d30752d8808959189e3f316662e853ed2033" have entirely different histories.
7c06711460
...
b521d30752
|
@ -7,8 +7,7 @@ import de.hs_mannheim.informatik.bank.facade.Banksystem;
|
|||
public class UI {
|
||||
private Banksystem bs;
|
||||
Scanner sc = new Scanner(System.in);
|
||||
|
||||
int conflict = 2;
|
||||
int conflict = 0;
|
||||
|
||||
public UI(Banksystem bs) {
|
||||
this.bs = bs;
|
||||
|
|
Loading…
Reference in New Issue