From 6a9f7a033666005d94cd209972840d2fcfa4bed7 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 20 Apr 2022 11:02:02 +0200 Subject: [PATCH] Yet another fix for javadoc The method takes a long not an int, fix that up. Change-Id: Ic7c508775b2a3854b13d3b7c25cdd2c21e603481 Signed-off-by: Robert Varga --- .../mdsal/binding/api/InstanceNotificationPublishService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding/mdsal-binding-api/src/main/java/org/opendaylight/mdsal/binding/api/InstanceNotificationPublishService.java b/binding/mdsal-binding-api/src/main/java/org/opendaylight/mdsal/binding/api/InstanceNotificationPublishService.java index ed4a3ddc55..036a775605 100644 --- a/binding/mdsal-binding-api/src/main/java/org/opendaylight/mdsal/binding/api/InstanceNotificationPublishService.java +++ b/binding/mdsal-binding-api/src/main/java/org/opendaylight/mdsal/binding/api/InstanceNotificationPublishService.java @@ -44,7 +44,7 @@ public interface InstanceNotificationPublishService extends BindingService { * implementation cannot allocate resources to accept the notification, *
  • {@link #offerNotification(InstanceIdentifier, InstanceNotification)}, which does not block if face of * resource starvation,
  • - *
  • {@link #offerNotification(InstanceIdentifier, InstanceNotification, int, TimeUnit)}, which may block for + *
  • {@link #offerNotification(InstanceIdentifier, InstanceNotification, long, TimeUnit)}, which may block for * specified time if resources are thin.
  • * * -- 2.36.6