Fix javadocs and enable doclint
[controller.git] / opendaylight / md-sal / sal-binding-api / src / main / java / org / opendaylight / controller / md / sal / binding / api / NotificationPublishService.java
index 7f8b734a7a9969d5d2975fa5e707144144ad8297..393839ce58e66fd77be6b99b38ab8b5be7db804d 100644 (file)
@@ -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