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:
parent
999121997a
commit
33394d716d
|
@ -141,7 +141,7 @@ import com.google.protobuf.ServiceException;
|
|||
* table.close();
|
||||
* connection.close();
|
||||
* }
|
||||
* </pre>
|
||||
* }</pre>
|
||||
* <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
|
||||
* {@link Configuration}; all invocations of {@link #getConnection(Configuration)}
|
||||
|
|
Loading…
Reference in New Issue