diff src/ch/ethz/ssh2/transport/TransportManager.java @ 305:d2b303406d63 ganymed

remove extra override annotations that generate eclipse compiler errors
author Carl Byington <carl@five-ten-sg.com>
date Wed, 30 Jul 2014 12:09:51 -0700
parents ca5dd224a87b
children 071eccdff8ea
line wrap: on
line diff
--- a/src/ch/ethz/ssh2/transport/TransportManager.java	Tue Jul 29 20:28:01 2014 -0700
+++ b/src/ch/ethz/ssh2/transport/TransportManager.java	Wed Jul 30 12:09:51 2014 -0700
@@ -7,12 +7,8 @@
 
 import java.io.IOException;
 import java.io.InterruptedIOException;
+import java.net.Socket;
 import java.security.KeyPair;
-import java.security.PrivateKey;
-import java.security.interfaces.DSAPrivateKey;
-import java.security.interfaces.ECPrivateKey;
-import java.security.interfaces.RSAPrivateKey;
-import java.net.Socket;
 import java.util.ArrayList;
 import java.util.List;
 
@@ -79,7 +75,6 @@
     }
 
     private final class AsynchronousWorker implements Runnable {
-        @Override
         public void run() {
             while(true) {
                 final AsynchronousEntry item;