format code

pull/957/head
weihu 3 years ago
parent 8ef953c6f4
commit 9950208484

@ -62,7 +62,8 @@ public class DynamicThreadPoolServiceLoader {
}
/**
* getServiceInstances
* Get Service instances
*
* @param serviceClass serviceClass
* @param <T>
* @return

@ -27,6 +27,9 @@ import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.not;
import static org.junit.Assert.assertTrue;
/**
* test {@link DynamicThreadPoolServiceLoader}
*/
public final class DynamicThreadPoolServiceLoaderTest {
@Test

@ -18,9 +18,7 @@
package cn.hippo4j.common.spi;
/**
*@author : wh
*@date : 2022/11/8 22:01
*@description:
* test {@link DynamicThreadPoolServiceLoader}
*/
public interface TestInterfaceSpi {
}

@ -18,9 +18,7 @@
package cn.hippo4j.common.spi;
/**
*@author : wh
*@date : 2022/11/8 22:01
*@description:
* test {@link DynamicThreadPoolServiceLoader}
*/
public class TestInterfaceSpiImpl implements TestInterfaceSpi {
}

@ -20,9 +20,7 @@ package cn.hippo4j.common.spi;
import cn.hippo4j.common.spi.annotation.SingletonSPI;
/**
*@author : wh
*@date : 2022/11/8 21:02
*@description:
* test {@link DynamicThreadPoolServiceLoader}
*/
@SingletonSPI
public interface TestSingletonInterfaceSpi {

@ -18,9 +18,7 @@
package cn.hippo4j.common.spi;
/**
*@author : wh
*@date : 2022/11/8 21:03
*@description:
* test {@link DynamicThreadPoolServiceLoader}
*/
public class TestSingletonInterfaceSpiImpl implements TestSingletonInterfaceSpi {
}

Loading…
Cancel
Save