ctubbsii commented on a change in pull request #1605:
URL: https://github.com/apache/accumulo/pull/1605#discussion_r422347761



##########
File path: 
core/src/main/java/org/apache/accumulo/core/clientImpl/CompactionStrategyConfigUtil.java
##########
@@ -18,23 +18,17 @@
  */
 package org.apache.accumulo.core.clientImpl;
 
-import java.io.ByteArrayInputStream;
-import java.io.ByteArrayOutputStream;
 import java.io.DataInput;
-import java.io.DataInputStream;
 import java.io.DataOutput;
-import java.io.DataOutputStream;
-import java.io.IOException;
-import java.util.HashMap;
 import java.util.Map;
-import java.util.Map.Entry;
 
+import org.apache.accumulo.core.client.admin.CompactionConfig;
 import org.apache.accumulo.core.client.admin.CompactionStrategyConfig;
 
+@SuppressWarnings("removal")

Review comment:
       In that case, it too can be marked `@Deprecated` instead of merely 
suppressing the deprecation.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to