allow Locker configuration

This commit is contained in:
Greg Wilkins 2015-06-10 08:26:50 +10:00
parent b18adb525f
commit f38be3900e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class Locker
this(SPIN);
}
protected Locker(boolean spin)
public Locker(boolean spin)
{
this._spin = spin;
}