Yet another fix for javadoc
[mdsal.git] / binding / mdsal-binding-api / src / main / java / org / opendaylight / mdsal / binding / api / InstanceNotificationPublishService.java
index ed4a3ddc552fbcf6f05cd5b7977db4c1f47cdb07..036a775605803399372fc911936caf44c7953a71 100644 (file)
@@ -44,7 +44,7 @@ public interface InstanceNotificationPublishService extends BindingService {
      *       implementation cannot allocate resources to accept the notification,</li>
      *   <li>{@link #offerNotification(InstanceIdentifier, InstanceNotification)}, which does not block if face of
      *       resource starvation,</li>
-     *   <li>{@link #offerNotification(InstanceIdentifier, InstanceNotification, int, TimeUnit)}, which may block for
+     *   <li>{@link #offerNotification(InstanceIdentifier, InstanceNotification, long, TimeUnit)}, which may block for
      *       specified time if resources are thin.</li>
      * </ul>
      *