- netconf SSH bridge bundle
[controller.git] / opendaylight / netconf / netconf-client / src / main / java / org / opendaylight / controller / netconf / client / NetconfClientSession.java
index 3de70afc51c74169ca50074a7f46de8283f5e913..c2c8d38b9a8daa08804a686e75106f4a86a60a58 100644 (file)
@@ -31,9 +31,4 @@ public class NetconfClientSession extends NetconfSession {
     public Collection<String> getServerCapabilities() {
         return capabilities;
     }
-
-    public Channel getChannel(){
-        return channel;
-    }
-
 }