HBASE-3750 HTable.putTable() should release resources for discarded tables (doc fix)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1090863 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Helmling 2011-04-10 18:24:55 +00:00
parent c81146580a
commit 9fe4b7c5bc
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public class HTablePool {
* Puts the specified HTable back into the pool.<p>
*
* If the pool already contains <i>maxSize</i> references to the table,
* then nothing happens.
* then the table instance gets closed after flushing buffered edits.
* @param table table
*/
public void putTable(HTableInterface table) {