File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
src/main/java/com/google/cloud/spanner Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 676676 <method >boolean isEnableExtendedTracing()</method >
677677 </difference >
678678
679+ <!-- Multiplexed session enable setter to package private -->
680+ <difference >
681+ <differenceType >7009</differenceType >
682+ <className >com/google/cloud/spanner/SessionPoolOptions$Builder</className >
683+ <method >com.google.cloud.spanner.SessionPoolOptions$Builder setUseMultiplexedSession(boolean)</method >
684+ </difference >
679685</differences >
Original file line number Diff line number Diff line change @@ -755,7 +755,7 @@ Builder setPoolMaintainerClock(Clock poolMaintainerClock) {
755755 * SessionPoolOptions#maxSessions} based on the traffic load. Failing to do so will result in
756756 * higher latencies.
757757 */
758- public Builder setUseMultiplexedSession (boolean useMultiplexedSession ) {
758+ Builder setUseMultiplexedSession (boolean useMultiplexedSession ) {
759759 this .useMultiplexedSession = useMultiplexedSession ;
760760 return this ;
761761 }
You can’t perform that action at this time.
0 commit comments