Deprecate controller APIs
[controller.git] / opendaylight / md-sal / sal-binding-api / src / main / java / org / opendaylight / controller / sal / binding / api / NotificationProviderService.java
index 0f183a0e8cde37e0a67f4f93a18db80e0a65862f..9d3efc2851406d24d2abc990b02e698c13a25c93 100644 (file)
@@ -18,7 +18,7 @@ import org.opendaylight.yangtools.yang.binding.Notification;
  * modeled notifications. This interface is a combination of the {@link NotificationService} and
  * {@link NotificationPublishService} interfaces.
  *
  * modeled notifications. This interface is a combination of the {@link NotificationService} and
  * {@link NotificationPublishService} interfaces.
  *
- * @deprecated Please use {@link org.opendaylight.controller.md.sal.binding.api.NotificationPublishService}.
+ * @deprecated Please use {@link org.opendaylight.mdsal.binding.api.NotificationPublishService}.
  */
 @Deprecated
 public interface NotificationProviderService extends NotificationService, NotificationPublishService<Notification> {
  */
 @Deprecated
 public interface NotificationProviderService extends NotificationService, NotificationPublishService<Notification> {