Compare commits
No commits in common. "45e86b3ecdbc7e46ed08b78ae78a404b8c4c4476" and "b3688e89fd5800844f566a2fdf85ff12660d57df" have entirely different histories.
45e86b3ecd
...
b3688e89fd
|
@ -10,9 +10,7 @@ public class UI {
|
||||||
|
|
||||||
int change = 1;
|
int change = 1;
|
||||||
|
|
||||||
|
int conflict = 5;
|
||||||
int conflict = 10;
|
|
||||||
|
|
||||||
|
|
||||||
public UI(Banksystem bs) {
|
public UI(Banksystem bs) {
|
||||||
this.bs = bs;
|
this.bs = bs;
|
||||||
|
|
Loading…
Reference in New Issue