HBASE-6885 Typo in the Javadoc for close method of HTableInterface class

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1390673 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-09-26 19:01:14 +00:00
parent 42144e9ca1
commit e2d9560d65
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ public interface HTableInterface extends Closeable {
void flushCommits() throws IOException; void flushCommits() throws IOException;
/** /**
* Releases any resources help or pending changes in internal buffers. * Releases any resources held or pending changes in internal buffers.
* *
* @throws IOException if a remote or network exception occurs. * @throws IOException if a remote or network exception occurs.
*/ */