Correct BindingTypes.yangFeature() javadoc 02/105402/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 11 Apr 2023 23:39:42 +0000 (01:39 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 11 Apr 2023 23:39:42 +0000 (01:39 +0200)
We are referencing 'notification', betraying our copy&paste source. Fix
that up.

Change-Id: I683d0964fe654ff4b1e9b327594f548fdef300d7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-model-ri/src/main/java/org/opendaylight/mdsal/binding/model/ri/BindingTypes.java

index 7cd300df96a0b6ec15601ffba14fd381b73448b1..dbd9c5d2ef22d4fdbe26384e58bd9c2ca3f0fa6f 100644 (file)
@@ -317,8 +317,8 @@ public final class BindingTypes {
     /**
      * Type specializing {@link YangFeature} for a particular type.
      *
-     * @param concreteType The concrete type of this notification
-     * @param parent Type of parent defining the notification
+     * @param concreteType The concrete type of this feature
+     * @param parent Type of parent defining the feature
      * @return A parameterized type corresponding to {@code YangFeature<Type, DataRootType>}
      * @throws NullPointerException if any argument is is {@code null}
      */