HBASE-6341 Publicly expose HConnectionKey

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1358438 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-07-06 21:40:04 +00:00
parent f58744efc7
commit 76222f5d3c
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ public class HConnectionManager {
* added to the {@link HConnectionKey#properties} list.
*
*/
static class HConnectionKey {
public static class HConnectionKey {
public static String[] CONNECTION_PROPERTIES = new String[] {
HConstants.ZOOKEEPER_QUORUM, HConstants.ZOOKEEPER_ZNODE_PARENT,
HConstants.ZOOKEEPER_CLIENT_PORT,