Compare commits
No commits in common. "main" and "mergeconf-1" have entirely different histories.
main
...
mergeconf-
|
|
@ -8,12 +8,8 @@ public class UI {
|
||||||
private Banksystem bs;
|
private Banksystem bs;
|
||||||
Scanner sc = new Scanner(System.in);
|
Scanner sc = new Scanner(System.in);
|
||||||
|
|
||||||
int change = 2;
|
int change = 0;
|
||||||
|
int conflict = 3;
|
||||||
|
|
||||||
|
|
||||||
int conflict = 25;
|
|
||||||
|
|
||||||
|
|
||||||
public UI(Banksystem bs) {
|
public UI(Banksystem bs) {
|
||||||
this.bs = bs;
|
this.bs = bs;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue