HBASE-21030: Changed javadoc for append operation.
Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
This commit is contained in:
parent
33fa32d711
commit
e10d48df54
|
@ -563,8 +563,7 @@ public interface Table extends Closeable {
|
|||
* under a single row lock, so write operations to a row are synchronized, and
|
||||
* readers are guaranteed to see this operation fully completed.
|
||||
*
|
||||
* @param append object that specifies the columns and amounts to be used
|
||||
* for the increment operations
|
||||
* @param append object that specifies the columns and values to be appended
|
||||
* @throws IOException e
|
||||
* @return values of columns after the append operation (maybe null)
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue