Fix NotificationService javadoc 24/100424/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 5 Apr 2022 15:33:09 +0000 (17:33 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 5 Apr 2022 16:29:12 +0000 (18:29 +0200)
We have an invalid @param here, fix that up.

Change-Id: I737c78114863ab5ca5f3a3485dd38fb6c441b3ca
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit d8914a7d84797e9a2b0aee65003296020ab385ff)

binding/mdsal-binding-api/src/main/java/org/opendaylight/mdsal/binding/api/NotificationService.java

index 6ff74ca34159dd8a8d2b5ff8e8b9b2f28500b282..a77a5f4e7335ae28eea93266b311a624eb2aa869 100644 (file)
@@ -136,7 +136,7 @@ public interface NotificationService extends BindingService {
      * interface which extends {@link Notification}. Each listener instance can listen to only a single notification
      * type.
      *
-     * @param N Notification type
+     * @param <N> Notification type
      */
     @FunctionalInterface
     interface Listener<N extends Notification> extends EventListener {