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:
parent
42144e9ca1
commit
e2d9560d65
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue