提交 adc7022c 编写于 作者: W william.liangf

修改协议接口注释

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1705 1a56cb94-b969-4eaa-88fa-be21384802f2
上级 e9fc4932
......@@ -64,7 +64,7 @@ public interface Protocol {
<T> Invoker<T> refer(Class<T> type, URL url) throws RpcException;
/**
* 释放协议:
* 释放协议:<br>
* 1. 取消该协议所有已经暴露和引用的服务。<br>
* 2. 释放协议所占用的所有资源,比如连接和端口。<br>
* 3. 协议在释放后,依然能暴露和引用新的服务。<br>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册