Skip to content

Commit

Permalink
Polish #3262
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 authored Jan 2, 2023
1 parent 82f286b commit 4483156
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/redis/clients/jedis/ReliableTransaction.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ public class ReliableTransaction extends TransactionBase {
/**
* Creates a new transaction.
*
* A MULTI command will be added to be sent to server. WATCH/UNWATCH/MULTI commands must not be
* called with this object.
* A MULTI command will be executed. WATCH/UNWATCH/MULTI commands must not be called with this object.
*/
public ReliableTransaction(Connection connection) {
super(connection);
Expand Down

0 comments on commit 4483156

Please sign in to comment.