HBASE-7479 Remove VersionedProtocol and ProtocolSignature from RPC, addendum

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1431145 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2013-01-09 23:23:05 +00:00
parent 36164595bb
commit 19b8272c48
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ public class HConnectionManager {
* @param stopProxy
* Shuts down all the proxy's put up to cluster members including to
* cluster HMaster. Calls
* {@link HBaseClientRPC#stopProxy(org.apache.hadoop.hbase.ipc.VersionedProtocol)}
* {@link HBaseClientRPC#stopProxy(IpcProtocol)}
* .
*/
public static void deleteConnection(Configuration conf, boolean stopProxy) {