Fix most bgp-parser-spi checkstyle violations
[bgpcep.git] / bgp / parser-spi / src / main / java / org / opendaylight / protocol / bgp / parser / spi / MessageParser.java
index 7d461d41375e888840ab319554ad61073e478a8f..2fc06bb21ed80ce92061d8ab0ed934fdf0515723 100644 (file)
@@ -24,7 +24,6 @@ public interface MessageParser {
      * @param messageLength Length of the BGP message.
      * @param constraint Peer specific constraints, implementations may ignore them.
      * @return Parsed BGP Message body.
-     * @throws BGPDocumentedException
      */
     @Nonnull Notification parseMessageBody(@Nonnull ByteBuf body, int messageLength,
             @Nullable PeerSpecificParserConstraint constraint) throws BGPDocumentedException;