wchevreuil commented on code in PR #5194:
URL: https://github.com/apache/hbase/pull/5194#discussion_r1182303085


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java:
##########
@@ -1610,8 +1617,8 @@ public Map<byte[], List<HStoreFile>> close(boolean abort) 
throws IOException {
    *                                  not properly persisted. The region is 
put in closing mode, and
    *                                  the caller MUST abort after this.
    */
-  public Map<byte[], List<HStoreFile>> close(boolean abort, boolean 
ignoreStatus)
-    throws IOException {
+  public Map<byte[], List<HStoreFile>> close(boolean abort, boolean 
ignoreStatus,

Review Comment:
   Nit: update javadoc with the additional param.



-- 
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: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to