aboutsummaryrefslogtreecommitdiffstats
path: root/standalone-container
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-12-04 16:33:53 +0100
committerJon Bratseth <bratseth@gmail.com>2020-12-04 16:33:53 +0100
commit11a6adc99f91e41a9fc444a5c7e3db506f679cc6 (patch)
tree8f07e130bb24cea54c3dbc88fa22c160b3bf91f6 /standalone-container
parent8091fb8275d26af887ccc6e20058ab4d16787d05 (diff)
Keep internal-redeploy serverside. Remove old restartOnDeploy implementation.
Diffstat (limited to 'standalone-container')
-rw-r--r--standalone-container/src/main/java/com/yahoo/container/standalone/StandaloneSubscriberFactory.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/standalone-container/src/main/java/com/yahoo/container/standalone/StandaloneSubscriberFactory.java b/standalone-container/src/main/java/com/yahoo/container/standalone/StandaloneSubscriberFactory.java
index d65b41c11c7..7b23f190daa 100644
--- a/standalone-container/src/main/java/com/yahoo/container/standalone/StandaloneSubscriberFactory.java
+++ b/standalone-container/src/main/java/com/yahoo/container/standalone/StandaloneSubscriberFactory.java
@@ -36,9 +36,6 @@ public class StandaloneSubscriberFactory implements SubscriberFactory {
}
@Override
- public boolean internalRedeploy() { return false; }
-
- @Override
public boolean configChanged() {
return generation == 0;
}