提交 12085f84 编写于 作者: N Nikita Koksharov

checkstyle fixed

上级 be1aab25
......@@ -101,7 +101,6 @@ public class RedisQueuedBatchExecutor<V, R> extends BaseRedisBatchExecutor<V, R>
try {
BatchPromise<R> batchPromise = (BatchPromise<R>) promise;
RPromise<R> sentPromise = (RPromise<R>) batchPromise.getSentPromise();
System.out.println("res " + res);
super.handleSuccess(sentPromise, connectionFuture, null);
} finally {
latch.countDown();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册