BUG-8007: Code Clean Up
[bgpcep.git] / bgp / rib-impl / src / test / java / org / opendaylight / protocol / bgp / rib / impl / BgpPeerRpcTest.java
index 29d343afd6d3af2baf34703459ae3c96d7220123..a7ad6bcc1202afcfa8f7a14bfa537c4c2bfb5e46 100644 (file)
@@ -29,7 +29,7 @@ import org.opendaylight.yangtools.yang.common.RpcResult;
 
 public class BgpPeerRpcTest {
 
-    private final Set<TablesKey> supportedFamilies = new HashSet<TablesKey>();
+    private final Set<TablesKey> supportedFamilies = new HashSet<>();
     private final BGPSessionImpl session = Mockito.mock(BGPSessionImpl.class);
     private final BgpPeerRpc rpc = new BgpPeerRpc(this.session, this.supportedFamilies);
     private final PeerRef peer = Mockito.mock(PeerRef.class);