HorizonNet commented on a change in pull request #302: HBASE-22571 Javadoc 
Warnings related to @return tag
URL: https://github.com/apache/hbase/pull/302#discussion_r293952197
 
 

 ##########
 File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
 ##########
 @@ -4089,8 +4089,8 @@ public void completeMiniBatchOperations(
 
   /**
    * Called to do a piece of the batch that came in to {@link 
#batchMutate(Mutation[], long, long)}
-   * In here we also handle replay of edits on region recover.
-   * @return Change in size brought about by applying <code>batchOp</code>
+   * In here we also handle replay of edits on region recover. Also gets 
change in size brought
+   * about by applying <code>batchOp</code>
 
 Review comment:
   Change the `<code>` stuff to the Javadoc version (`{@code ...} `).

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to