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:
Dave Hoover
2010-09-16 17:45:50 +00:00
parent 5c411bf6e7
commit 1645c23be5
@@ -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();