Style fixes and import pruning. Beware, CheckStyle is (finally) coming to town.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5240 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -34,11 +34,11 @@ public interface LocationProvider extends InvocationProvider
|
||||
/**
|
||||
* Handles a {@link LocationService#leavePlace} request.
|
||||
*/
|
||||
public void leavePlace (ClientObject caller);
|
||||
void leavePlace (ClientObject caller);
|
||||
|
||||
/**
|
||||
* Handles a {@link LocationService#moveTo} request.
|
||||
*/
|
||||
public void moveTo (ClientObject caller, int arg1, LocationService.MoveListener arg2)
|
||||
void moveTo (ClientObject caller, int arg1, LocationService.MoveListener arg2)
|
||||
throws InvocationException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user