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/06/06 23:36:33 UTC

[GitHub] ctubbsii commented on a change in pull request #522: #408 - Fix deprecation warnings

ctubbsii commented on a change in pull request #522: #408 - Fix deprecation warnings
URL: https://github.com/apache/accumulo/pull/522#discussion_r193587329
 
 

 ##########
 File path: core/src/test/java/org/apache/accumulo/core/client/ClientConfigurationTest.java
 ##########
 @@ -23,12 +23,20 @@
 import java.io.File;
 import java.io.IOException;
 
-import org.apache.accumulo.core.client.ClientConfiguration.ClientProperty;
 import org.junit.Test;
 
-@Deprecated
+@SuppressWarnings("deprecation")
 public class ClientConfigurationTest {
 
+  @SuppressWarnings("deprecation")
 
 Review comment:
   These SuppressWarnings are unnecessary, since they are already suppressed at the top of the class.

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