Compare commits

...

3 Commits

Author SHA1 Message Date
Stefan 7c06711460 resolves merge conf 2024-10-28 12:33:16 +01:00
Stefan 832178fd37 changes conflict to 2 2024-10-28 12:31:29 +01:00
Stefan 885ee17cad changes conflict to 1 2024-10-28 12:30:31 +01:00
1 changed files with 2 additions and 1 deletions

View File

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