File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
google-cloud-spanner/src/main/java/com/google/cloud/spanner Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -1093,8 +1093,6 @@ public int hashCode() {
1093
1093
1094
1094
@ Override
1095
1095
public boolean equals (Object o ) {
1096
- // TODO: Examine why the precedent for LastStatementUpdateOption
1097
- // does not check against the actual value.
1098
1096
return o instanceof RequestIdOption ;
1099
1097
}
1100
1098
}
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ interface SessionTransaction {
126
126
private final Clock clock ;
127
127
private final Map <SpannerRpc .Option , ?> options ;
128
128
private final ErrorHandler errorHandler ;
129
- private XGoogSpannerRequestId .RequestIdCreator requestIdCreator ;
129
+ private final XGoogSpannerRequestId .RequestIdCreator requestIdCreator ;
130
130
131
131
SessionImpl (SpannerImpl spanner , SessionReference sessionReference ) {
132
132
this (spanner , sessionReference , NO_CHANNEL_HINT );
You can’t perform that action at this time.
0 commit comments