Rename singleton service components
[mdsal.git] / singleton-service / mdsal-singleton-impl / src / main / java / org / opendaylight / mdsal / singleton / impl / ServiceRegistration.java
@@ -5,9 +5,9 @@
  * 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 org.opendaylight.mdsal.singleton.common.api.ClusterSingletonService;
+import org.opendaylight.mdsal.singleton.api.ClusterSingletonService;
 import org.opendaylight.yangtools.concepts.AbstractObjectRegistration;
 
 abstract class ServiceRegistration extends AbstractObjectRegistration<ClusterSingletonService> {