Repository: hbase
Updated Branches:
  refs/heads/0.98 a2a6b95a0 -> 95df62b20


HBASE-15846 Minor fix in javadoc clearing misstatement that deletes go into the 
Table write buffer


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/95df62b2
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/95df62b2
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/95df62b2

Branch: refs/heads/0.98
Commit: 95df62b2077cf084d828faa9cfd5422d30d2a6e3
Parents: a2a6b95
Author: stack <st...@apache.org>
Authored: Tue May 17 10:32:38 2016 -0700
Committer: stack <st...@apache.org>
Committed: Tue May 17 10:32:38 2016 -0700

----------------------------------------------------------------------
 .../src/main/java/org/apache/hadoop/hbase/client/HTable.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/95df62b2/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTable.java
----------------------------------------------------------------------
diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTable.java 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTable.java
index ff60af6..805cecd 100644
--- a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTable.java
+++ b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTable.java
@@ -88,7 +88,7 @@ import com.google.protobuf.ServiceException;
  *
  * <p>This class is not thread safe for reads nor write.
  *
- * <p>In case of writes (Put, Delete), the underlying write buffer can
+ * <p>In case of writes (<code>Put</code>s), the underlying write buffer can
  * be corrupted if multiple threads contend over a single HTable instance.
  *
  * <p>In case of reads, some fields used by a Scan are shared among all 
threads.

Reply via email to