You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2011/07/08 06:07:18 UTC

svn commit: r1144152 - /hbase/trunk/src/main/java/org/apache/hadoop/hbase/client/HTable.java

Author: tedyu
Date: Fri Jul  8 04:07:18 2011
New Revision: 1144152

URL: http://svn.apache.org/viewvc?rev=1144152&view=rev
Log:
Fix javadoc for HTable.setAutoFlush()

Modified:
    hbase/trunk/src/main/java/org/apache/hadoop/hbase/client/HTable.java

Modified: hbase/trunk/src/main/java/org/apache/hadoop/hbase/client/HTable.java
URL: http://svn.apache.org/viewvc/hbase/trunk/src/main/java/org/apache/hadoop/hbase/client/HTable.java?rev=1144152&r1=1144151&r2=1144152&view=diff
==============================================================================
--- hbase/trunk/src/main/java/org/apache/hadoop/hbase/client/HTable.java (original)
+++ hbase/trunk/src/main/java/org/apache/hadoop/hbase/client/HTable.java Fri Jul  8 04:07:18 2011
@@ -945,7 +945,7 @@ public class HTable implements HTableInt
    * 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