Fix most bgp-parser-impl checkstyle
[bgpcep.git] / bgp / parser-impl / src / main / java / org / opendaylight / protocol / bgp / parser / impl / message / update / CommunitiesAttributeParser.java
index ee8520017a8a43222360cd04169f3ee33def06e9..29a42f50ab5f8280e3c31d6d3313328d40c05d4c 100644 (file)
@@ -76,10 +76,9 @@ public final class CommunitiesAttributeParser extends AbstractAttributeParser im
    /**
     * Parse known Community, if unknown, a new one will be created.
     *
-    * @param refCache
+    * @param refCache reference cache
     * @param buffer byte array to be parsed
     * @return new Community
-    * @throws BGPDocumentedException
     */
     private static Community parseCommunity(final ReferenceCache refCache, final ByteBuf buffer)
             throws BGPDocumentedException {