changes conflict to 2

mergeconf-1
Stefan 2024-10-28 12:31:29 +01:00
parent b521d30752
commit 832178fd37
1 changed files with 1 additions and 1 deletions

View File

@ -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 = 2;
public UI(Banksystem bs) {
this.bs = bs;