Yet another fix for javadoc 65/100665/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 20 Apr 2022 09:02:02 +0000 (11:02 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 20 Apr 2022 09:02:02 +0000 (11:02 +0200)
The method takes a long not an int, fix that up.

Change-Id: Ic7c508775b2a3854b13d3b7c25cdd2c21e603481
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
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>
      *