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:
[email protected]


With regards,
Apache Git Services

Reply via email to