Move netconf.api.monitoring
[netconf.git] / protocol / netconf-server / src / main / java / org / opendaylight / netconf / server / api / monitoring / NetconfMonitoringService.java
similarity index 98%
rename from protocol/netconf-api/src/main/java/org/opendaylight/netconf/api/monitoring/NetconfMonitoringService.java
rename to protocol/netconf-server/src/main/java/org/opendaylight/netconf/server/api/monitoring/NetconfMonitoringService.java
index 0d1ed31f818d8ab57a1307df40471415c3ed5463..6b0446ffc21858c701737721264fc2bc7b3a3cda 100644 (file)
@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.netconf.api.monitoring;
+package org.opendaylight.netconf.server.api.monitoring;
 
 import java.util.Collection;
 import java.util.Optional;
@@ -51,7 +51,6 @@ public interface NetconfMonitoringService {
     Registration registerSessionsListener(SessionsListener listener);
 
     interface CapabilitiesListener {
-
         /**
          * Callback used to notify about a change in used capabilities.
          *
@@ -90,6 +89,5 @@ public interface NetconfMonitoringService {
          * @param sessions updated sessions
          */
         void onSessionsUpdated(Collection<Session> sessions);
-
     }
 }