summaryrefslogtreecommitdiffstats
path: root/config-provisioning/src/main/java/com/yahoo/config/provision/Deployer.java
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-06-20 13:03:36 +0200
committerJon Bratseth <bratseth@oath.com>2018-06-20 13:03:36 +0200
commit03c8064cb0000c05058b72e61438718aa84bd6ae (patch)
tree863c7deaad5764a89fc36888c9bcf3e5469450da /config-provisioning/src/main/java/com/yahoo/config/provision/Deployer.java
parentc06085ac45f67409efce6911de13c555fc5456a7 (diff)
Nonfunctional changes
Diffstat (limited to 'config-provisioning/src/main/java/com/yahoo/config/provision/Deployer.java')
-rw-r--r--config-provisioning/src/main/java/com/yahoo/config/provision/Deployer.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/config-provisioning/src/main/java/com/yahoo/config/provision/Deployer.java b/config-provisioning/src/main/java/com/yahoo/config/provision/Deployer.java
index 111073aca77..2254b6d7747 100644
--- a/config-provisioning/src/main/java/com/yahoo/config/provision/Deployer.java
+++ b/config-provisioning/src/main/java/com/yahoo/config/provision/Deployer.java
@@ -11,14 +11,13 @@ import java.util.Optional;
*/
public interface Deployer {
-
/**
* Creates a new deployment from the active application, if available. Will use the default timeout for deployment.
*
* @param application the active application to be redeployed
* @return a new deployment from the local active, or empty if a local active application
- * was not present for this id (meaning it either is not active or active on another
- * node in the config server cluster)
+ * was not present for this id (meaning it either is not active or deployed at another
+ * node in the config server cluster)
*/
Optional<Deployment> deployFromLocalActive(ApplicationId application);