Rename singleton service components
[mdsal.git] / singleton-service / mdsal-singleton-impl / src / main / java / org / opendaylight / mdsal / singleton / impl / ServiceInfo.java
similarity index 92%
rename from singleton-service/mdsal-singleton-dom-impl/src/main/java/org/opendaylight/mdsal/singleton/dom/impl/ServiceInfo.java
rename to singleton-service/mdsal-singleton-impl/src/main/java/org/opendaylight/mdsal/singleton/impl/ServiceInfo.java
index f62fb6d2e553213bbc34dce1d853c1d32aacdbea..b228753ff12ddbdb6bef82f97d7324a12c1d224b 100644 (file)
@@ -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 com.google.common.base.Verify.verify;
 import static com.google.common.base.Verify.verifyNotNull;
@@ -14,7 +14,7 @@ import static java.util.Objects.requireNonNull;
 import com.google.common.util.concurrent.ListenableFuture;
 import org.eclipse.jdt.annotation.NonNull;
 import org.eclipse.jdt.annotation.Nullable;
-import org.opendaylight.mdsal.singleton.dom.impl.ActiveServiceGroup.ServiceState;
+import org.opendaylight.mdsal.singleton.impl.ActiveServiceGroup.ServiceState;
 
 final class ServiceInfo {
     static final @NonNull ServiceInfo STARTED = new ServiceInfo(ServiceState.STARTED, null);