summaryrefslogtreecommitdiffstats
path: root/jdisc_core
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2022-03-09 14:04:05 +0100
committerJon Marius Venstad <venstad@gmail.com>2022-03-09 14:04:05 +0100
commita18996a3cb90a10f9efd53beb9ea68524db5b60f (patch)
treeae7389aac7f8c3cd9483fc268dcb995993f67f46 /jdisc_core
parent7743992d1dd55b635a297ad97546d4fbfd5ce23f (diff)
Wait exactly 3 minutes for new servers
Diffstat (limited to 'jdisc_core')
-rw-r--r--jdisc_core/src/main/java/com/yahoo/jdisc/application/DeactivatedContainer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdisc_core/src/main/java/com/yahoo/jdisc/application/DeactivatedContainer.java b/jdisc_core/src/main/java/com/yahoo/jdisc/application/DeactivatedContainer.java
index f85f626d4b7..fa749d924d1 100644
--- a/jdisc_core/src/main/java/com/yahoo/jdisc/application/DeactivatedContainer.java
+++ b/jdisc_core/src/main/java/com/yahoo/jdisc/application/DeactivatedContainer.java
@@ -29,7 +29,7 @@ public interface DeactivatedContainer {
* DeactivatedContainer is considered to have terminated once there are no more {@link Request}s, {@link Response}s
* or corresponding {@link ContentChannel}s being processed by components that belong to it.</p>
*
- * <p>If termination has already occured, this method immediately runs the given Runnable in the current thread.</p>
+ * <p>If termination has already occurred, this method immediately runs the given Runnable in the current thread.</p>
*
* @param task The task to run once this DeactivatedContainer has terminated.
*/