bharathv commented on a change in pull request #1821:
URL: https://github.com/apache/hbase/pull/1821#discussion_r433054824



##########
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:
       Fair point, it does look awkward when very few places in the codebase 
use that. Removed it.




----------------------------------------------------------------
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]


Reply via email to