DomGarguilo commented on a change in pull request #2197:
URL: https://github.com/apache/accumulo/pull/2197#discussion_r674860371
##########
File path:
server/base/src/main/java/org/apache/accumulo/server/ServerContext.java
##########
@@ -19,8 +19,10 @@
package org.apache.accumulo.server;
import static com.google.common.base.Preconditions.checkArgument;
+import static org.apache.accumulo.core.spi.crypto.CryptoEnvironment.Scope.WAL;
import java.io.IOException;
+import java.util.Map;
Review comment:
```suggestion
```
If tableCryptoMap is removed I think this can be as well.
--
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]