Skip to content

Commit 3ed2c30

Browse files
committed
More updates
1 parent 5eb9d15 commit 3ed2c30

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,8 +1093,6 @@ public int hashCode() {
10931093

10941094
@Override
10951095
public boolean equals(Object o) {
1096-
// TODO: Examine why the precedent for LastStatementUpdateOption
1097-
// does not check against the actual value.
10981096
return o instanceof RequestIdOption;
10991097
}
11001098
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ interface SessionTransaction {
126126
private final Clock clock;
127127
private final Map<SpannerRpc.Option, ?> options;
128128
private final ErrorHandler errorHandler;
129-
private XGoogSpannerRequestId.RequestIdCreator requestIdCreator;
129+
private final XGoogSpannerRequestId.RequestIdCreator requestIdCreator;
130130

131131
SessionImpl(SpannerImpl spanner, SessionReference sessionReference) {
132132
this(spanner, sessionReference, NO_CHANNEL_HINT);

0 commit comments

Comments
 (0)