dlmarion commented on code in PR #5830:
URL: https://github.com/apache/accumulo/pull/5830#discussion_r2299226966


##########
test/src/main/java/org/apache/accumulo/test/zookeeper/ZooCacheIT.java:
##########
@@ -293,7 +293,7 @@ public void testZookeeperRestart() throws Exception {
     });
   }
 
-  @SuppressWarnings("deprecation")
+  @SuppressWarnings({"deprecation", "removal"})

Review Comment:
   Yes. Thread.suspend and Thread.resume are marked for removal. I had to add 
this to compile successfully.



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