HBASE-9688 Fix javadoc warning in HConnectionManager class javadoc

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528091 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2013-10-01 13:51:13 +00:00
parent 999121997a
commit 33394d716d
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ import com.google.protobuf.ServiceException;
* table.close(); * table.close();
* connection.close(); * connection.close();
* } * }
* </pre> * }</pre>
* <p>The following logic and API will be removed in the future: * <p>The following logic and API will be removed in the future:
* <p>This class has a static Map of {@link HConnection} instances keyed by * <p>This class has a static Map of {@link HConnection} instances keyed by
* {@link Configuration}; all invocations of {@link #getConnection(Configuration)} * {@link Configuration}; all invocations of {@link #getConnection(Configuration)}