summaryrefslogtreecommitdiffstats
path: root/jdisc_core
diff options
context:
space:
mode:
authorArne Juul <arnej@yahoo-inc.com>2016-06-21 14:04:54 +0200
committerArne Juul <arnej@yahoo-inc.com>2016-06-21 14:04:54 +0200
commit442264894438a0c3dab500f1b1cb4a0596f9cca0 (patch)
treeb787d467e928036a74566b983ba8de17d5d38555 /jdisc_core
parent40b650e0d9a2e007ebe4f8fabdef14864d6c24c7 (diff)
use CatchSigTerm from yolean
Diffstat (limited to 'jdisc_core')
-rw-r--r--jdisc_core/src/main/java/com/yahoo/jdisc/core/StandaloneMain.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdisc_core/src/main/java/com/yahoo/jdisc/core/StandaloneMain.java b/jdisc_core/src/main/java/com/yahoo/jdisc/core/StandaloneMain.java
index 552d423f8cb..84e91a52e3a 100644
--- a/jdisc_core/src/main/java/com/yahoo/jdisc/core/StandaloneMain.java
+++ b/jdisc_core/src/main/java/com/yahoo/jdisc/core/StandaloneMain.java
@@ -1,7 +1,7 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.jdisc.core;
-import com.yahoo.system.CatchSigTerm;
+import com.yahoo.yolean.system.CatchSigTerm;
import java.util.Arrays;
import java.util.concurrent.atomic.AtomicBoolean;