summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-06-01 11:56:47 +0200
committerJon Bratseth <bratseth@oath.com>2018-06-01 11:56:47 +0200
commit23214db58a8fd400dd6776eee79613c2f059c483 (patch)
tree009b5c8449b042fa78c11074729f3d443dcd1b5b /container-core
parentcd6e2dd7ab638487c462c40293a0d8db43fdb530 (diff)
Correct JavaDoc
Diffstat (limited to 'container-core')
-rw-r--r--container-core/src/main/java/com/yahoo/container/core/config/HandlersConfigurerDi.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/container-core/src/main/java/com/yahoo/container/core/config/HandlersConfigurerDi.java b/container-core/src/main/java/com/yahoo/container/core/config/HandlersConfigurerDi.java
index 0aefc83301d..cb4a21137a2 100644
--- a/container-core/src/main/java/com/yahoo/container/core/config/HandlersConfigurerDi.java
+++ b/container-core/src/main/java/com/yahoo/container/core/config/HandlersConfigurerDi.java
@@ -140,8 +140,6 @@ public class HandlersConfigurerDi {
/**
* Wait for new config to arrive and produce the new graph
- *
- * @return true if this resulted in a new graph that should be applied to the currently running container
*/
public void getNewComponentGraph(Injector discInjector, boolean restartOnRedeploy) throws InterruptedException {
currentGraph = container.getNewComponentGraph(currentGraph, createFallbackInjector(vespaContainer, discInjector), restartOnRedeploy);