Rename singleton service components
[mdsal.git] / singleton-service / mdsal-singleton-api / src / main / java / org / opendaylight / mdsal / singleton / api / ClusterSingletonService.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.common.api;
+package org.opendaylight.mdsal.singleton.api;
 
 import com.google.common.util.concurrent.ListenableFuture;
 import org.opendaylight.yangtools.concepts.Identifiable;