Reidddddd commented on a change in pull request #1821:
URL: https://github.com/apache/hbase/pull/1821#discussion_r433021673
##########
File path:
hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminServer.java
##########
@@ -385,7 +386,7 @@ public RSGroupInfoManager getRSGroupInfoManager() throws
IOException {
}
@Override
- public void removeServers(Set<Address> servers) throws IOException {
+ public void removeServers(@Nullable Set<Address> servers) throws IOException
{
Review comment:
I don't mean annotation `Nullable` is not good, but HBase doesn't use it
around the codebases. So here makes me feel not unified, what about comment the
nullable at the method @ parma description.
----------------------------------------------------------------
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:
[email protected]