Skip to content

Commit

Permalink
repair a comment (sofastack#198)
Browse files Browse the repository at this point in the history
repair a comment
  • Loading branch information
ZZMarquis authored and leizhiyuan committed Jun 26, 2018
1 parent 37283b7 commit f57b8f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ protected void subHealthToAlive(ProviderInfo providerInfo, ClientTransport trans
}

/**
* 从存活丢到亚健康列表
* 从亚健康丢到重试列表
*
* @param providerInfo Provider
* @param transport 连接
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
public class ClusterFactory {

/**
* 构造Client对象
* 构造Cluster对象
*
* @param consumerBootstrap 客户端配置
* @return Client对象
* @return Cluster对象
*/
public static Cluster getCluster(ConsumerBootstrap consumerBootstrap) {
try {
Expand All @@ -53,4 +53,4 @@ public static Cluster getCluster(ConsumerBootstrap consumerBootstrap) {
throw new SofaRpcRuntimeException(e.getMessage(), e);
}
}
}
}

0 comments on commit f57b8f6

Please sign in to comment.