Improve compatibility with Java 8 javadoc
[bgpcep.git] / bgp / parser-impl / src / main / java / org / opendaylight / protocol / bgp / parser / impl / message / update / CommunityUtil.java
index 0e90d534b274754c50285986ed2708dff53e8a3a..ce79fabfdcc9e263f63f8f0d69d1c0f13e91f042 100644 (file)
@@ -8,7 +8,6 @@
 package org.opendaylight.protocol.bgp.parser.impl.message.update;
 
 import com.google.common.base.Preconditions;
-
 import org.opendaylight.protocol.util.NoopReferenceCache;
 import org.opendaylight.protocol.util.ReferenceCache;
 import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.AsNumber;
@@ -48,7 +47,7 @@ public final class CommunityUtil {
      * Creates a new Community given AS number value and semantics using generated CommunitiesBuilder.
      *
      * @param asn long
-     * @param semantics long
+     * @param semantics int
      * @return new Community
      */
     public Community create(final long asn, final int semantics) {
@@ -70,7 +69,7 @@ public final class CommunityUtil {
      *
      * @param refCache reference cache to use
      * @param asn long
-     * @param semantics long
+     * @param semantics int
      * @return new Community
      */
     public static Community create(final ReferenceCache refCache, final long asn, final int semantics) {