Code clean up
[bgpcep.git] / bgp / rib-impl / src / test / java / org / opendaylight / protocol / bgp / rib / impl / FSMTest.java
index c5bb5576dc55214bb95c54173ce1131a3c1a1e16..4e90b99b234b6107d5bcc20cdff464a6f729dcbe 100644 (file)
@@ -113,7 +113,7 @@ public class FSMTest {
 
         tlvs.add(new BgpParametersBuilder().setOptionalCapabilities(capas).build());
         final BGPSessionPreferences prefs = new BGPSessionPreferences(new AsNumber(30L), (short) 3, new BgpId("1.1.1.1"), new AsNumber(30L), tlvs,
-                Optional.<byte[]>absent());
+                Optional.absent());
 
         final ChannelFuture f = mock(ChannelFuture.class);
         doReturn(null).when(f).addListener(any(GenericFutureListener.class));