Missing @Overrides
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6601 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -35,7 +35,6 @@ import com.google.inject.Injector;
|
|||||||
import com.samskivert.depot.PersistenceContext;
|
import com.samskivert.depot.PersistenceContext;
|
||||||
import com.samskivert.jdbc.StaticConnectionProvider;
|
import com.samskivert.jdbc.StaticConnectionProvider;
|
||||||
|
|
||||||
import com.threerings.NaryaLog;
|
|
||||||
import com.threerings.presents.server.PresentsServer;
|
import com.threerings.presents.server.PresentsServer;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -91,6 +90,7 @@ public class PeerTestGroup
|
|||||||
Preconditions.checkState(_threads.isEmpty(), "Group already started.");
|
Preconditions.checkState(_threads.isEmpty(), "Group already started.");
|
||||||
for (final PresentsServer server : this.servers) {
|
for (final PresentsServer server : this.servers) {
|
||||||
Thread thread = new Thread() {
|
Thread thread = new Thread() {
|
||||||
|
@Override
|
||||||
public void run () {
|
public void run () {
|
||||||
server.run();
|
server.run();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ public class TestPeerManager extends PeerManager
|
|||||||
_onConnected = onConnected;
|
_onConnected = onConnected;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
protected void connectedToPeer (PeerNode peer) {
|
protected void connectedToPeer (PeerNode peer) {
|
||||||
super.connectedToPeer(peer);
|
super.connectedToPeer(peer);
|
||||||
if (_onConnected != null) {
|
if (_onConnected != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user