File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1215,9 +1215,7 @@ public boolean isRouteToLeader() {
12151215 return getInitialConnectionPropertyValue (ROUTE_TO_LEADER );
12161216 }
12171217
1218- /**
1219- * Whether end-to-end tracing is enabled.
1220- */
1218+ /** Whether end-to-end tracing is enabled. */
12211219 public boolean isEndToEndTracingEnabled () {
12221220 return getInitialConnectionPropertyValue (ENABLE_END_TO_END_TRACING );
12231221 }
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ public boolean equals(Object o) {
210210 && Objects .equals (this .userAgent , other .userAgent )
211211 && Objects .equals (this .routeToLeader , other .routeToLeader )
212212 && Objects .equals (
213- this .useVirtualGrpcTransportThreads , other .useVirtualGrpcTransportThreads )
213+ this .useVirtualGrpcTransportThreads , other .useVirtualGrpcTransportThreads )
214214 && Objects .equals (this .openTelemetry , other .openTelemetry )
215215 && Objects .equals (this .enableExtendedTracing , other .enableExtendedTracing )
216216 && Objects .equals (this .enableApiTracing , other .enableApiTracing )
You can’t perform that action at this time.
0 commit comments