merge conf 1

mergeconf-1
Stefan 2024-10-28 13:35:33 +01:00
parent b4d8831f47
commit 12f368ca1f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ public class UI {
Scanner sc = new Scanner(System.in); Scanner sc = new Scanner(System.in);
int change = 0; int change = 0;
int conflict = 2; int conflict = 3;
public UI(Banksystem bs) { public UI(Banksystem bs) {
this.bs = bs; this.bs = bs;