More style-related cleanup.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5247 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -56,14 +56,13 @@ public class LocationDispatcher extends InvocationDispatcher<LocationMarshaller>
|
||||
switch (methodId) {
|
||||
case LocationMarshaller.LEAVE_PLACE:
|
||||
((LocationProvider)provider).leavePlace(
|
||||
source
|
||||
source
|
||||
);
|
||||
return;
|
||||
|
||||
case LocationMarshaller.MOVE_TO:
|
||||
((LocationProvider)provider).moveTo(
|
||||
source,
|
||||
((Integer)args[0]).intValue(), (LocationService.MoveListener)args[1]
|
||||
source, ((Integer)args[0]).intValue(), (LocationService.MoveListener)args[1]
|
||||
);
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user