Closed mrhotgen1968 closed 8 years ago
In the constructor there is an error.
this.allowableMovementCm = allowableMovementCm;
Should be...
this.allowableMovementCm = allowableMovement;
In the constructor there is an error.
Should be...