Rename singleton service components
[mdsal.git] / singleton-service / mdsal-singleton-impl / src / test / java / org / opendaylight / mdsal / singleton / impl / SyncEOSClusterSingletonServiceProviderTest.java
@@ -5,7 +5,7 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-package org.opendaylight.mdsal.singleton.dom.impl;
+package org.opendaylight.mdsal.singleton.impl;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotNull;
@@ -21,7 +21,7 @@ import static org.opendaylight.mdsal.eos.common.api.EntityOwnershipStateChange.R
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.mockito.junit.MockitoJUnitRunner;
-import org.opendaylight.mdsal.singleton.common.api.ClusterSingletonService;
+import org.opendaylight.mdsal.singleton.api.ClusterSingletonService;
 
 /**
  * Synchronous test suite.