Merge "remove dependency on neutron dummy provider"
authorVishal Thapar <vishal.thapar@ericsson.com>
Wed, 13 Jul 2016 12:38:16 +0000 (12:38 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 13 Jul 2016 12:38:16 +0000 (12:38 +0000)
bgpmanager/bgpmanager-api/src/main/java/org/opendaylight/bgpmanager/api/IBgpManager.java [moved from bgpmanager/bgpmanager-api/src/main/java/org.opendaylight.bgpmanager.api/IBgpManager.java with 100% similarity]
itm/itm-impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/vpnservice/itm/impl/rev141210/ItmModuleFactoryTest.java [moved from itm/itm-impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/itm/impl/rev141210/ItmModuleFactoryTest.java with 100% similarity]
itm/itm-impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/vpnservice/itm/impl/rev141210/ItmModuleTest.java [moved from itm/itm-impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/itm/impl/rev141210/ItmModuleTest.java with 99% similarity]

@@ -24,6 +24,7 @@ import static org.mockito.Mockito.verify;
 import static org.mockito.Mockito.when;
 
 public class ItmModuleTest {
+
     @Test
     public void testCustomValidation() {
         ItmModule module = new ItmModule(mock(ModuleIdentifier.class), mock(DependencyResolver.class));