Skip to content

Commit d52dc12

Browse files
committed
removed null
1 parent 19a4529 commit d52dc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/org/apache/cassandra/service/accord/txn/TxnUpdate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ else if (cmp < 0)
530530
* </code>
531531
* <p>
532532
* When a non-conditional set of mutations exists with conditional ones, then the non-conditional mutations should
533-
* be in their own block with a null/empty condition.
533+
* be in their own block with a empty condition.
534534
*/
535535
final List<Block> blocks;
536536

0 commit comments

Comments
 (0)