You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/08/02 17:12:28 UTC

[GitHub] ctubbsii commented on a change in pull request #579: Deprecated Instance, ZooKeeperInstance & HdfsZooInstance

ctubbsii commented on a change in pull request #579: Deprecated Instance, ZooKeeperInstance & HdfsZooInstance
URL: https://github.com/apache/accumulo/pull/579#discussion_r207305105
 
 

 ##########
 File path: core/src/test/java/org/apache/accumulo/core/client/ZooKeeperInstanceTest.java
 ##########
 @@ -37,6 +37,7 @@
   private static final String IID_STRING = IID.toString();
   private ZooCacheFactory zcf;
   private ZooCache zc;
+  @SuppressWarnings("deprecation")
 
 Review comment:
   Would be easier to deprecate this entire class than to suppress these warnings. This class will be removed when the ZKI it tests goes away.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services