keith-turner commented on a change in pull request #1050: Fix #871 Use regular 
jar for ITs module
URL: https://github.com/apache/fluo/pull/1050#discussion_r222097768
 
 

 ##########
 File path: 
modules/integration-tests/src/main/java/org/apache/fluo/integration/impl/StochasticBankIT.java
 ##########
 @@ -195,7 +193,7 @@ private static void runVerifier(Environment env, int 
numAccounts, int num) {
         long t1 = System.currentTimeMillis();
 
         TestTransaction tx = new TestTransaction(env);
-        Stat stat = new Stat();
+        org.apache.accumulo.core.util.Stat stat = new 
org.apache.accumulo.core.util.Stat();
 
 Review comment:
   I have already made that change in my Accumulo 2.0 branch.  The methods on 
that class changed in Accumulo 2.0.

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