summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-06-11 11:33:52 +0200
committerHarald Musum <musum@verizonmedia.com>2020-06-11 11:33:52 +0200
commitdece2c27e516fbcc92969558311aa8d01a5b1ab7 (patch)
tree38b7d8f22d899ab9c0004f884e030cb0472c86cb /container-core
parent641c6d9eaed3b163488984e59048122fb6f131b6 (diff)
Remove unused method
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 38f5b72336b..16cf741813c 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 terminator should
+ * Components that encounters conditions where the vm should be terminated 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.