summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-06-10 08:48:11 +0200
committerGitHub <noreply@github.com>2020-06-10 08:48:11 +0200
commitaa1e49f7fde2b9f82f31e8745381d5ff4391f822 (patch)
treeee48bd11252c76ffc3e167cc10f82cf227c2cbbf /container-core
parent6172317de87609e5fe4a5598545db239c6c600e9 (diff)
Revert "Config server refactoring, part 7"
Diffstat (limited to 'container-core')
-rw-r--r--container-core/src/main/java/com/yahoo/container/protect/ProcessTerminator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-core/src/main/java/com/yahoo/container/protect/ProcessTerminator.java b/container-core/src/main/java/com/yahoo/container/protect/ProcessTerminator.java
index 16cf741813c..38f5b72336b 100644
--- a/container-core/src/main/java/com/yahoo/container/protect/ProcessTerminator.java
+++ b/container-core/src/main/java/com/yahoo/container/protect/ProcessTerminator.java
@@ -5,7 +5,7 @@ import com.yahoo.protect.Process;
/**
* An injectable terminator of the Java vm.
- * Components that encounters conditions where the vm should be terminated should
+ * Components that encounters conditions where the vm should be terminator should
* request an instance of this injected. That makes termination testable
* as tests can create subclasses of this which register the termination request
* rather than terminating.