forked from sofastack/sofa-rpc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize imports and authors. (sofastack#392)
- Loading branch information
Showing
54 changed files
with
68 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,7 @@ | |
import com.alipay.sofa.rpc.config.ConsumerConfig; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: ConsumerSubEvent.java, v 0.1 2018年11月07日 9:41 PM bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public class ConsumerSubEvent implements Event { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,7 @@ | |
import com.alipay.sofa.rpc.config.ProviderConfig; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: ProviderPubEvent.java, v 0.1 2018年11月07日 9:41 PM bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public class ProviderPubEvent implements Event { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,8 +41,7 @@ | |
import java.util.concurrent.Future; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: DubooServerTest.java, v 0.1 2017年10月30日 下午9:23 bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public class DubooServerTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,8 +18,7 @@ | |
|
||
/** | ||
* | ||
* @author bystander | ||
* @version $Id: DemoServiceImpl.java, v 0.1 2017年10月30日 下午9:24 bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public class DemoServiceImpl implements DemoService { | ||
public String sayHello(String name) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,9 @@ | |
import org.junit.Assert; | ||
import org.junit.Test; | ||
|
||
/** | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public class DefaultProviderBootstrapTest { | ||
|
||
@Test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,14 +20,11 @@ | |
import com.alipay.sofa.rpc.client.aft.bean.HelloServiceTimeOutImpl; | ||
import com.alipay.sofa.rpc.context.RpcInternalContext; | ||
import com.alipay.sofa.rpc.context.RpcInvokeContext; | ||
import com.alipay.sofa.rpc.log.Logger; | ||
import com.alipay.sofa.rpc.log.LoggerFactory; | ||
import org.junit.After; | ||
import org.junit.Before; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: FaultBaseTest.java, v 0.1 2017年11月16日 下午3:14 bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public abstract class FaultBaseServiceTest extends FaultBaseTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,8 +40,7 @@ | |
import java.util.concurrent.Callable; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: FaultBaseTest.java, v 0.1 2017年11月16日 下午3:14 bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public abstract class FaultBaseTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,7 @@ | |
package com.alipay.sofa.rpc.client.aft.bean; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: FaultHelloService.java, v 0.1 2017年11月17日 下午3:47 bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public interface FaultHelloService { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,7 @@ | |
package com.alipay.sofa.rpc.client.aft.bean; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: FaultHelloService.java, v 0.1 2017年11月17日 下午3:47 bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public interface FaultHelloService2 { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,8 +25,7 @@ | |
import java.util.Random; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: LocalRegistryHelperTest.java, v 0.1 2018年11月07日 11:34 AM bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public class LocalRegistryHelperTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,8 +41,7 @@ | |
import java.net.URL; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: MeshApiClient.java, v 0.1 2018年03月27日 2:24 PM bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public class MeshApiClient { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,7 @@ | |
import java.util.Map; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: ApplicationInfoRequest.java, v 0.1 2018年04月20日 3:19 PM bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public class ApplicationInfoRequest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,7 @@ | |
package com.alipay.sofa.rpc.registry.mesh.model; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: ApplicationInfoResult.java, v 0.1 2018年04月20日 3:21 PM bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public class ApplicationInfoResult { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,7 @@ | |
package com.alipay.sofa.rpc.registry.mesh.model; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: MeshEndpoint.java, v 0.1 2018年04月20日 3:08 PM bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public class MeshConstants { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,7 @@ | |
package com.alipay.sofa.rpc.registry.mesh.model; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: MeshEndpoint.java, v 0.1 2018年04月20日 3:08 PM bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public class MeshEndpoint { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,7 @@ | |
package com.alipay.sofa.rpc.registry.mesh.model; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: ProviderMetaInfo.java, v 0.1 2018年04月03日 11:18 AM bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public class ProviderMetaInfo { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,7 @@ | |
package com.alipay.sofa.rpc.registry.mesh.model; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: PublishServiceRequest.java, v 0.1 2018年04月03日 11:27 AM bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public class PublishServiceRequest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,7 @@ | |
package com.alipay.sofa.rpc.registry.mesh.model; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: PublishServiceRequest.java, v 0.1 2018年04月03日 11:27 AM bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public class PublishServiceResult { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,7 @@ | |
package com.alipay.sofa.rpc.registry.mesh.model; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: PublishServiceRequest.java, v 0.1 2018年04月03日 11:27 AM bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public class SubscribeServiceRequest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,7 @@ | |
import java.util.List; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: PublishServiceRequest.java, v 0.1 2018年04月03日 11:27 AM bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public class SubscribeServiceResult { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,7 @@ | |
package com.alipay.sofa.rpc.registry.mesh.model; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: PublishServiceRequest.java, v 0.1 2018年04月03日 11:27 AM bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public class UnPublishServiceRequest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,7 @@ | |
package com.alipay.sofa.rpc.registry.mesh.model; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: PublishServiceRequest.java, v 0.1 2018年04月03日 11:27 AM bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public class UnPublishServiceResult { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,7 @@ | |
package com.alipay.sofa.rpc.registry.mesh.model; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: PublishServiceRequest.java, v 0.1 2018年04月03日 11:27 AM bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public class UnSubscribeServiceRequest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,7 @@ | |
package com.alipay.sofa.rpc.registry.mesh.model; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: PublishServiceRequest.java, v 0.1 2018年04月03日 11:27 AM bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public class UnSubscribeServiceResult { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,8 +37,7 @@ | |
import org.junit.Test; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: MeshApiClientTest.java, v 0.1 2018年08月07日 12:04 PM bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public class MeshApiClientTest extends BaseMeshTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,8 +25,7 @@ | |
import java.net.InetSocketAddress; | ||
|
||
/** | ||
* @author bystander | ||
* @version $Id: HttpMockServer.java, v 0.1 2018年08月09日 7:52 AM bystander Exp $ | ||
* @author <a href=mailto:[email protected]>leizhiyuan</a> | ||
*/ | ||
public class HttpMockServer { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,8 +33,7 @@ | |
import java.util.Map; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">LiWei.Liengen</a> | ||
* @version $Id: ZookeeperRegistryHelperTest.java, v 0.1 2018年04月25日 下午7:09 LiWei.Liengen Exp $ | ||
* @author <a href="mailto:[email protected]">LiWei.Liangen</a> | ||
*/ | ||
public class ZookeeperRegistryHelperTest { | ||
|
||
|
Oops, something went wrong.