mirror of https://github.com/longtai-cn/hippo4j
parent
6206359931
commit
9eb3d6702c
@ -1,4 +1,4 @@
|
|||||||
package io.dynamic.threadpool.starter.spi.queue;
|
package io.dynamic.threadpool.starter.spi;
|
||||||
|
|
||||||
import java.util.concurrent.BlockingQueue;
|
import java.util.concurrent.BlockingQueue;
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
package io.dynamic.threadpool.starter.spi.rejected;
|
package io.dynamic.threadpool.starter.spi;
|
||||||
|
|
||||||
import java.util.concurrent.RejectedExecutionHandler;
|
import java.util.concurrent.RejectedExecutionHandler;
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
package io.dynamic.threadpool.starter.spi.exception;
|
package io.dynamic.threadpool.starter.spi;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Service loader instantiation exception.
|
* Service loader instantiation exception.
|
Loading…
Reference in new issue