提交 a9bc38d7 编写于 作者: K kimi

修改方法的访问修饰符

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1515 1a56cb94-b969-4eaa-88fa-be21384802f2
上级 5c537f50
...@@ -268,7 +268,7 @@ public abstract class AbstractClient extends AbstractEndpoint implements Client ...@@ -268,7 +268,7 @@ public abstract class AbstractClient extends AbstractEndpoint implements Client
channel.send(message, sent); channel.send(message, sent);
} }
private void connect() throws RemotingException { protected void connect() throws RemotingException {
connectLock.lock(); connectLock.lock();
try { try {
if (isConnected()) { if (isConnected()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册