googleapis / java-spanner

Apache License 2.0
55 stars 110 forks source link

fix: make SessionPoolOptions#setUseMultiplexedSession(boolean) package private #3130

Closed harshachinta closed 3 months ago

harshachinta commented 3 months ago

The SessionPoolOptions#setUseMultiplexedSessions(boolean) method was made public by accident. This method is not intended for public use.