Drop code compliance to Java 1.5. Minor annotation changes for 1.5 compliance.

This commit is contained in:
Cameron Gutman
2014-01-22 13:38:24 -05:00
parent 8ca3aab363
commit 7f851c46f4
3 changed files with 3 additions and 11 deletions

View File

@@ -400,12 +400,10 @@ public class ControlStream implements ConnectionStatusListener {
}
}
@Override
public void connectionTerminated() {
abort();
}
@Override
public void connectionNeedsResync() {
synchronized (resyncNeeded) {
// Wake up the resync thread