Skip to content

Commit 67fa52f

Browse files
chore(gax): Update resize delta's getter to be package-private (#12886)
Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
1 parent cd60481 commit 67fa52f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gapic-libraries-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@
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>

sdk-platform-java/gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/ChannelPoolSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)