clean pcep/impl
[bgpcep.git] / pcep / impl / src / main / java / org / opendaylight / protocol / pcep / impl / AbstractSessionNegotiator.java
index 5d6407dde33669ab0aee495cfbf61c0c3cfcd512..85cdc6ec1b38172b1c98060c0d9242c18c4f07d0 100644 (file)
@@ -55,6 +55,7 @@ public abstract class AbstractSessionNegotiator extends ChannelInboundHandlerAda
     }
 
     @Override
+    @SuppressWarnings("checkstyle:IllegalCatch")
     public final void channelActive(final ChannelHandlerContext ctx) {
         LOG.debug("Starting session negotiation on channel {}", this.channel);
 
@@ -68,6 +69,7 @@ public abstract class AbstractSessionNegotiator extends ChannelInboundHandlerAda
     }
 
     @Override
+    @SuppressWarnings("checkstyle:IllegalCatch")
     public final void channelRead(final ChannelHandlerContext ctx, final Object msg) {
         LOG.debug("Negotiation read invoked on channel {}", this.channel);