ctubbsii commented on code in PR #6191:
URL: https://github.com/apache/accumulo/pull/6191#discussion_r2907868238


##########
core/src/main/java/org/apache/accumulo/core/client/ZooKeeperInstance.java:
##########
@@ -131,26 +135,27 @@ public String getInstanceID() {
     return instanceId;
   }
 
+  @Deprecated

Review Comment:
   My IDE added those automatically when I saved the file. I think it's based 
on a best-practice to explicitly mark deprecated methods, rather than rely on 
an implicit deprecation. I didn't go through and add those intentionally, but 
won't fight the IDE recommendation if it's a reasonable change. In this case, 
it seems reasonable, so I didn't fight 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to