Rename singleton service components
[mdsal.git] / singleton-service / mdsal-singleton-api / src / main / java / org / opendaylight / mdsal / singleton / api / ClusterSingletonServiceProvider.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 org.opendaylight.yangtools.concepts.Registration;
 
@@ -23,7 +23,7 @@ import org.opendaylight.yangtools.concepts.Registration;
 public interface ClusterSingletonServiceProvider {
     /**
      * Method registers {@link ClusterSingletonService} to Provider.
-     * Method returns {@link java.lang.RuntimeException} for unexpected state, so be careful with implementation.
+     * Method throws {@link RuntimeException} for unexpected state, so be careful with implementation.
      * Note: RuntimeException is implemented as a notification about some problems with registration and client
      * has to implement some strategy for handling this issue.
      * TODO: RuntimeException is not a transparent contract for handling unexpected state and it needs to be