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 serviceClass serviceClass
* @param <T> * @param <T>
* @return * @return

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

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

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

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

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

Loading…
Cancel
Save