Initial implementation of netconf monitoring module according to http://tools.ietf...
[controller.git] / opendaylight / netconf / netconf-client / src / main / java / org / opendaylight / controller / netconf / client / NetconfClientSession.java
index c2c8d38b9a8daa08804a686e75106f4a86a60a58..c57487f70b8d12779d88b68c7e20fe879739790a 100644 (file)
@@ -31,4 +31,5 @@ public class NetconfClientSession extends NetconfSession {
     public Collection<String> getServerCapabilities() {
         return capabilities;
     }
+
 }