Bump MRI upstreams
[openflowplugin.git] / applications / topology-manager / src / test / java / org / opendaylight / openflowplugin / applications / topology / manager / FlowCapableTopologyExporterTest.java
index 34ac9ae80678ae7c040968e8be0e1127adccf569..d404fb285ea727dbd65ce69f1887aaaa5a4c80a7 100644 (file)
@@ -149,7 +149,7 @@ public class FlowCapableTopologyExporterTest {
 
         exporter.onLinkRemoved(new LinkRemovedBuilder().setSource(
                 new NodeConnectorRef(sourceConnID)).setDestination(
-                new NodeConnectorRef(destConnID)).build());
+                    new NodeConnectorRef(destConnID)).build());
 
         waitForSubmit(submitLatch);
 
@@ -181,7 +181,7 @@ public class FlowCapableTopologyExporterTest {
 
         exporter.onLinkRemoved(new LinkRemovedBuilder().setSource(
                 new NodeConnectorRef(sourceConnID)).setDestination(
-                new NodeConnectorRef(destConnID)).build());
+                    new NodeConnectorRef(destConnID)).build());
 
         waitForSubmit(submitLatch);