BGPCEP-730: Fix ModifiedNodeDoesNotExistException
[bgpcep.git] / bgp / rib-impl / src / test / java / org / opendaylight / protocol / bgp / rib / impl / SynchronizationTest.java
index f5a96f6f81b840f58ff42b58f55d71118b071c2a..0377635e6df65f93e00b7b53d04a6f41046cc829 100644 (file)
@@ -52,7 +52,8 @@ public class SynchronizationTest {
     public void setUp() {
         this.listener = new SimpleSessionListener();
         this.ipv4m = new UpdateBuilder()
-                .setNlri(Collections.singletonList(new NlriBuilder().setPrefix(new Ipv4Prefix("1.1.1.1/32")).build()))
+                .setNlri(Collections.singletonList(new NlriBuilder()
+                .setPrefix(new Ipv4Prefix("1.1.1.1/32")).build()))
                 .build();
 
         MpReachNlriBuilder mpBuilder = new MpReachNlriBuilder();