summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/protect
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2023-10-11 18:53:38 +0200
committerGitHub <noreply@github.com>2023-10-11 18:53:38 +0200
commit34d35c3467aebeda68c3d58ccfb683c0f4f0c506 (patch)
tree44408d842513616e455520eda3f4f0e93d41d56d /container-core/src/main/java/com/yahoo/container/protect
parentaed7902ee0371efb89747d467c4a2f8124ddc08d (diff)
Revert "Jonmv/job runner thread metrics"
Diffstat (limited to 'container-core/src/main/java/com/yahoo/container/protect')
-rw-r--r--container-core/src/main/java/com/yahoo/container/protect/ProcessTerminator.java4
1 files changed, 2 insertions, 2 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 3c44ba2eaa6..315dc21ec38 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
@@ -4,8 +4,8 @@ package com.yahoo.container.protect;
import com.yahoo.protect.Process;
/**
- * An injectable terminator of the Java VM.
- * Components that encounter conditions where the VM should be terminated should
+ * An injectable terminator of the Java vm.
+ * 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.