Some polish.
This commit is contained in:
parent
8aabc346c0
commit
0ef8fd9994
|
@ -51,10 +51,10 @@ public class RuffyScripter {
|
||||||
|
|
||||||
private boolean started = false;
|
private boolean started = false;
|
||||||
|
|
||||||
private Object keylock = new Object();
|
private final Object keylock = new Object();
|
||||||
private int keynotwait = 0;
|
private int keynotwait = 0;
|
||||||
|
|
||||||
private Object screenlock = new Object();
|
private final Object screenlock = new Object();
|
||||||
|
|
||||||
public RuffyScripter() {
|
public RuffyScripter() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue