virajjasani commented on code in PR #6124:
URL: https://github.com/apache/hbase/pull/6124#discussion_r1694486251


##########
hbase-common/src/main/java/org/apache/hadoop/hbase/PrivateCellUtil.java:
##########
@@ -2261,6 +2261,18 @@ public static int writeFlatKey(ExtendedCell cell, 
OutputStream out) throws IOExc
       + Bytes.SIZEOF_BYTE;
   }
 
+  /**
+   * Deep clones the given cell if the cell supports deep cloning
+   * @param cell the cell to be cloned
+   * @return the cloned cell

Review Comment:
   nit: javadoc to include `@throws`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to