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_r222095009
##########
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 can make that change.
----------------------------------------------------------------
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