Fix javadoc for HTable.setAutoFlush()

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1144152 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2011-07-08 04:07:18 +00:00
parent f372f3a411
commit 24c84bd22c
1 changed files with 1 additions and 1 deletions

View File

@ -945,7 +945,7 @@ public class HTable implements HTableInterface, Closeable {
* lost.
* <p>
* When you turn {@link #autoFlush} off, you should also consider the
* {@link #clearBufferOnFail} option. By default, asynchronous {@link Put)
* {@link #clearBufferOnFail} option. By default, asynchronous {@link Put}
* requests will be retried on failure until successful. However, this can
* pollute the writeBuffer and slow down batching performance. Additionally,
* you may want to issue a number of Put requests and call