Fix raw type warnings in bgp/bmp
[bgpcep.git] / bmp / bmp-impl / src / test / java / org / opendaylight / protocol / bmp / impl / session / BmpDispatcherImplTest.java
index 1d677c4b8bfed8eb7e39d0606631ed541cccf258..c841215f27129eb282468c324175da4d967c87bc 100644 (file)
@@ -53,7 +53,6 @@ public class BmpDispatcherImplTest {
 
     @Before
     public void setUp() throws Exception {
-        doNothing().when(mockedSession).handlerRemoved(any(ChannelHandlerContext.class));
         doNothing().when(mockedSession).handlerAdded(any(ChannelHandlerContext.class));
         doNothing().when(mockedSession).channelRegistered(any(ChannelHandlerContext.class));
         doNothing().when(mockedSession).channelActive(any(ChannelHandlerContext.class));