No @Overrides for interfaces in java 1.5
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6160 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -981,7 +981,7 @@ public class ConnectionManager extends LoopingThread
|
||||
}
|
||||
|
||||
protected final SelectFailureHandler _failureHandler = new SelectFailureHandler() {
|
||||
@Override public void handleSelectFailure (Exception e) {
|
||||
public void handleSelectFailure (Exception e) {
|
||||
log.error("One of our selectors crapped out completely. " +
|
||||
"Shutting down the connection manager.", e);
|
||||
shutdown();
|
||||
|
||||
Reference in New Issue
Block a user