HBASE-21030: Changed javadoc for append operation.

Signed-off-by: Toshihiro Suzuki <brfrn169@gmail.com>
This commit is contained in:
subrat.mishra 2018-08-10 16:11:37 +05:30 committed by Toshihiro Suzuki
parent 33fa32d711
commit e10d48df54
1 changed files with 1 additions and 2 deletions

View File

@ -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)
*/