Skip to content

Commit a408e63

Browse files
committed
Gardening: typo in CoreTransactionGetResult.toString()
Change-Id: Ib61f4253e3daa027df32a1d2026ca8f2fce4a88f Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/215592 Reviewed-by: David Nault <david.nault@couchbase.com> Tested-by: David Nault <david.nault@couchbase.com>
1 parent e9c2f38 commit a408e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-io/src/main/java/com/couchbase/client/core/transaction/CoreTransactionGetResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public CoreTransactionGetResult(String id,
9595
public String toString() {
9696
final StringBuilder sb = new StringBuilder("TransactionGetResultInternal{");
9797
sb.append("id=").append(DebugUtil.docId(collection, id));
98-
sb.append("userFlags=").append(userFlags);
98+
sb.append(",userFlags=").append(userFlags);
9999
sb.append(",cas=").append(cas);
100100
sb.append(",bucket=").append(collection.bucket());
101101
sb.append(",scope=").append(collection.scope());

0 commit comments

Comments
 (0)