Fix NotificationService javadoc 19/100419/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 15:33:28 +0000 (17:33 +0200)
We have an invalid @param here, fix that up.

Change-Id: I737c78114863ab5ca5f3a3485dd38fb6c441b3ca
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-api/src/main/java/org/opendaylight/mdsal/binding/api/NotificationService.java

index c2cc18eeabacec0e0ec35a2e68749fc4c1fd2642..8cce8560c8de6215f39c977a2ae74de680393d1f 100644 (file)
@@ -137,7 +137,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<N> & DataObject> extends EventListener {