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:
@@ -33,10 +33,10 @@ public interface PeerProvider extends InvocationProvider
|
||||
/**
|
||||
* Handles a {@link PeerService#invokeAction} request.
|
||||
*/
|
||||
public void invokeAction (ClientObject caller, byte[] arg1);
|
||||
void invokeAction (ClientObject caller, byte[] arg1);
|
||||
|
||||
/**
|
||||
* Handles a {@link PeerService#ratifyLockAction} request.
|
||||
*/
|
||||
public void ratifyLockAction (ClientObject caller, NodeObject.Lock arg1, boolean arg2);
|
||||
void ratifyLockAction (ClientObject caller, NodeObject.Lock arg1, boolean arg2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user