From: Robert Varga Date: Fri, 25 Feb 2022 07:22:54 +0000 (+0100) Subject: Fix javadoc warnings in ImmutableOffsetMap X-Git-Tag: v8.0.0~22 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=yangtools.git;a=commitdiff_plain;h=ccbc58aa197a18930106c17256b9308732469d8f Fix javadoc warnings in ImmutableOffsetMap We have undocumented K/V parameters, fix that. Change-Id: I2dee30f7ed0cf0ad9d8124f6bd3029a15bc52156 Signed-off-by: Robert Varga --- diff --git a/common/util/src/main/java/org/opendaylight/yangtools/util/ImmutableOffsetMap.java b/common/util/src/main/java/org/opendaylight/yangtools/util/ImmutableOffsetMap.java index 844086df74..66b20fbdf1 100644 --- a/common/util/src/main/java/org/opendaylight/yangtools/util/ImmutableOffsetMap.java +++ b/common/util/src/main/java/org/opendaylight/yangtools/util/ImmutableOffsetMap.java @@ -117,6 +117,8 @@ public abstract class ImmutableOffsetMap implements UnmodifiableMapPhase the type of keys maintained by the map + * @param the type of mapped values * @param map Input map, may not be null. * @return An isolated, immutable copy of the input map * @throws NullPointerException if {@code map} or any of its elements is null. @@ -152,6 +154,8 @@ public abstract class ImmutableOffsetMap implements UnmodifiableMapPhase the type of keys maintained by the map + * @param the type of mapped values * @param map Input map, may not be null. * @return An isolated, immutable copy of the input map * @throws NullPointerException if {@code map} or any of its elements is null.