Showing
1 changed file
with
1 additions
and
1 deletions
@@ -12,6 +12,7 @@ import java.util.concurrent.TimeUnit; | @@ -12,6 +12,7 @@ import java.util.concurrent.TimeUnit; | ||
12 | 12 | ||
13 | import javax.annotation.Resource; | 13 | import javax.annotation.Resource; |
14 | 14 | ||
15 | +import com.yoho.unions.common.redis.YHValueOperations; | ||
15 | import org.apache.commons.io.FileUtils; | 16 | import org.apache.commons.io.FileUtils; |
16 | import org.apache.commons.lang.StringUtils; | 17 | import org.apache.commons.lang.StringUtils; |
17 | import org.slf4j.Logger; | 18 | import org.slf4j.Logger; |
@@ -22,7 +23,6 @@ import com.netflix.config.DynamicLongProperty; | @@ -22,7 +23,6 @@ import com.netflix.config.DynamicLongProperty; | ||
22 | import com.netflix.config.DynamicPropertyFactory; | 23 | import com.netflix.config.DynamicPropertyFactory; |
23 | import com.netflix.config.DynamicStringProperty; | 24 | import com.netflix.config.DynamicStringProperty; |
24 | import com.yoho.core.cache.CacheClient; | 25 | import com.yoho.core.cache.CacheClient; |
25 | -import com.yoho.core.redis.YHValueOperations; | ||
26 | 26 | ||
27 | public class DrawServiceThread { | 27 | public class DrawServiceThread { |
28 | 28 |
-
Please register or login to post a comment