refactoring

pull/5038/head
Nikita Koksharov
parent 224cb1a487
commit 2c5b14bfc1

@ -61,10 +61,6 @@ public class CommandBatchService extends CommandAsyncService {
return connectionFuture; return connectionFuture;
} }
public void setConnectionFuture(CompletableFuture<RedisConnection> connectionFuture) {
this.connectionFuture = connectionFuture;
}
public boolean isFirstCommand() { public boolean isFirstCommand() {
return firstCommand; return firstCommand;
} }

Loading…
Cancel
Save