File tree Expand file tree Collapse file tree
sdk-platform-java/gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 12591259 <dependency >
12601260 <groupId >com.google.cloud</groupId >
12611261 <artifactId >google-cloud-spanner-bom</artifactId >
1262- <version >6.116.0 </version ><!-- {x-version-update:google-cloud-spanner:current} -->
1262+ <version >6.116.1 </version ><!-- {x-version-update:google-cloud-spanner:current} -->
12631263 <type >pom</type >
12641264 <scope >import</scope >
12651265 </dependency >
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ public abstract class ChannelPoolSettings {
110110 * <p><b>Warning:</b> Higher values for resize delta may still result in performance degradation
111111 * during spikes due to rapid scaling.
112112 */
113- public abstract int getMaxResizeDelta ();
113+ abstract int getMaxResizeDelta ();
114114
115115 /**
116116 * The initial size of the channel pool.
You can’t perform that action at this time.
0 commit comments