diff --git a/src/java/com/threerings/crowd/client/LocationDirector.java b/src/java/com/threerings/crowd/client/LocationDirector.java index e9bf7844b..f7c1c11f8 100644 --- a/src/java/com/threerings/crowd/client/LocationDirector.java +++ b/src/java/com/threerings/crowd/client/LocationDirector.java @@ -224,7 +224,7 @@ public class LocationDirector extends BasicDirector * @return true if everyone is happy with the move, false if it was vetoed by one of the * location observers. */ - public boolean mayMoveTo (final int placeId, ResultListener rl) + public boolean mayMoveTo (final int placeId, ResultListener rl) { final boolean[] vetoed = new boolean[1]; _observers.apply(new ObserverOp() { @@ -583,7 +583,7 @@ public class LocationDirector extends BasicDirector protected FailureHandler _failureHandler; /** A listener that wants to know if we succeeded or how we failed to move. */ - protected ResultListener _moveListener; + protected ResultListener _moveListener; /** The operation used to inform observers that the location changed. */ protected ObserverOp _didChangeOp = new ObserverOp() {