X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fmd%2Fsal%2Fbinding%2Fapi%2FNotificationPublishService.java;h=393839ce58e66fd77be6b99b38ab8b5be7db804d;hb=a81d98f692b80c45bce3fe6a87e731abfb012a9f;hp=7f8b734a7a9969d5d2975fa5e707144144ad8297;hpb=8d8e440aa795660349714241ec64fdf4b462b378;p=controller.git diff --git a/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/md/sal/binding/api/NotificationPublishService.java b/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/md/sal/binding/api/NotificationPublishService.java index 7f8b734a7a..393839ce58 100644 --- a/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/md/sal/binding/api/NotificationPublishService.java +++ b/opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/md/sal/binding/api/NotificationPublishService.java @@ -61,7 +61,7 @@ public interface NotificationPublishService extends BindingService { * @param notification * the notification to publish. * @return A listenable future which will report completion when the service has finished - * propagating the notification to its immediate registrants, or {@value #REJECTED} if resource + * propagating the notification to its immediate registrants, or {@link #REJECTED} if resource * constraints prevent * @throws NullPointerException if the notification is null */ @@ -80,7 +80,7 @@ public interface NotificationPublishService extends BindingService { * @param unit a TimeUnit determining how to interpret the * timeout parameter * @return A listenable future which will report completion when the service has finished - * propagating the notification to its immediate registrants, or {@value #REJECTED} if resource + * propagating the notification to its immediate registrants, or {@link #REJECTED} if resource * constraints prevent * @throws InterruptedException if interrupted while waiting * @throws NullPointerException if the notification or unit is null