Fixup DataCenterControl javadocs 47/97247/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 18 Aug 2021 20:13:28 +0000 (22:13 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 18 Aug 2021 20:13:50 +0000 (22:13 +0200)
Add a @return and improve phrasing a bit.

Change-Id: Ic9d4cca1a98d2618a9765f34bebc0f5d98657b34
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/md-sal/eos-dom-akka/src/main/java/org/opendaylight/controller/eos/akka/DataCenterControl.java

index cb9cff97adedba706bcb275f7dc4f4573fa38acc..568fbd7b68b61249200e0a65e779a514cc3d84ec 100644 (file)
@@ -13,7 +13,7 @@ import org.eclipse.jdt.annotation.NonNull;
 import org.opendaylight.yangtools.yang.common.Empty;
 
 /**
- * Service used to bring up/down the NativeEos service in individual datacenters.
+ * Service used to bring up/down the Entity Ownership Service service in individual datacenters.
  * Active datacenter in native eos terms means that the candidates from this datacenter can become owners of entities.
  * Additionally the singleton component makings ownership decisions, runs only in an active datacenter.
  *
@@ -26,12 +26,14 @@ import org.opendaylight.yangtools.yang.common.Empty;
 @Beta
 public interface DataCenterControl {
     /**
-     * Activates the native eos service in the datacenter that this method is called.
+     * Activates the Entity Ownership Service in the datacenter that this method is called.
+     *
+     * @return Completion future
      */
     @NonNull ListenableFuture<Empty> activateDataCenter();
 
     /**
-     * Deactivates the native eos service in the datacenter that this method is called.
+     * Deactivates the Entity Ownership Service in the datacenter that this method is called.
      *
      * @return Completion future
      */