apurtell commented on code in PR #4644:
URL: https://github.com/apache/hbase/pull/4644#discussion_r929384299
##########
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncAdmin.java:
##########
@@ -1635,42 +1641,36 @@ default CompletableFuture<List<Boolean>>
hasUserPermissions(List<Permission> per
/**
* Creates a new RegionServer group with the given name
* @param groupName the name of the group
- * @throws IOException if a remote or network exception occurs
Review Comment:
error-prone sees that the checked exception IOException is not declared as
thrown from the method so produces a warning for each case.
--
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]