DUBBO-45 # 包含提前一次提交

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@223 1a56cb94-b969-4eaa-88fa-be21384802f2
This commit is contained in:
ding.lid 2011-11-09 13:05:22 +00:00
parent f09ee2c658
commit 5c44b7476f
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ public class DubboProtocol extends AbstractProtocol {
return Exchangers.connect(url ,requestHandler);
} catch (RemotingException e) {
throw new RpcException("Fail to create remoting client for service(" + url
+ "):" + e.getMessage(), e);
+ "): " + e.getMessage(), e);
}
}