Skip to content

Commit 938ef53

Browse files
lint(spanner): javadoc fixes.
1 parent e36a6bb commit 938ef53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google-cloud-spanner/src/main/java/com/google/cloud/spanner/BatchTransactionId.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ public boolean isMultiplexedSession() {
6565
@Override
6666
public String toString() {
6767
return String.format(
68-
"transactionId: %s, sessionId: %s, timestamp: %s",
69-
transactionId.toStringUtf8(), sessionId, timestamp);
68+
"transactionId: %s, sessionId: %s, timestamp: %s, isMultiplexedSession: %s",
69+
transactionId.toStringUtf8(), sessionId, timestamp, isMultiplexedSession);
7070
}
7171

7272
@Override

0 commit comments

Comments
 (0)