More style changes.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5248 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -49,7 +49,7 @@ public interface Subscriber<T extends DObject>
|
||||
*
|
||||
* @see DObjectManager#subscribeToObject
|
||||
*/
|
||||
public void objectAvailable (T object);
|
||||
void objectAvailable (T object);
|
||||
|
||||
/**
|
||||
* Called when a subscription request has failed. The nature of the
|
||||
@@ -58,5 +58,5 @@ public interface Subscriber<T extends DObject>
|
||||
*
|
||||
* @see DObjectManager#subscribeToObject
|
||||
*/
|
||||
public void requestFailed (int oid, ObjectAccessException cause);
|
||||
void requestFailed (int oid, ObjectAccessException cause);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user