Deprecate controller APIs
[controller.git] / opendaylight / md-sal / sal-binding-api / src / main / java / org / opendaylight / controller / sal / binding / api / NotificationService.java
index 8f3e1470e48e6c6a109781081193b3d35fd3f01f..d8678d351a24d086a83aa8e714ed5f0a07dac736 100644 (file)
@@ -99,7 +99,7 @@ import org.opendaylight.yangtools.yang.binding.Notification;
  * The <code>onStart</code> method will be invoked when someone publishes a <code>Start</code> notification and
  * the <code>onStop</code> method will be invoked when someone publishes a <code>Stop</code> notification.
  *
- * @deprecated Please use {@link org.opendaylight.controller.md.sal.binding.api.NotificationService} instead.
+ * @deprecated Please use {@link org.opendaylight.mdsal.binding.api.NotificationService} instead.
  */
 @Deprecated
 public interface NotificationService extends BindingAwareService {