Rename restconf packages to org.opendaylight.netconf
[netconf.git] / opendaylight / restconf / sal-restconf-broker / src / main / java / org / opendaylight / netconf / sal / restconf / broker / listeners / RemoteNotificationListener.java
@@ -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.controller.sal.restconf.broker.listeners;
+package org.opendaylight.netconf.sal.restconf.broker.listeners;
 
 import org.opendaylight.controller.sal.binding.api.NotificationListener;
 import org.opendaylight.yangtools.yang.binding.Notification;