milleruntime commented on a change in pull request #2197:
URL: https://github.com/apache/accumulo/pull/2197#discussion_r674968781



##########
File path: 
server/tserver/src/test/java/org/apache/accumulo/tserver/log/SortedLogRecoveryTest.java
##########
@@ -79,6 +80,7 @@
   static final Text cq = new Text("cq");
   static final Value value = new Value("value");
   static ServerContext context;
+  static CryptoService cs = CryptoServiceFactory.none();

Review comment:
       Yup good catch. This was leftover from a previous change.




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