Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gapic-libraries-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-bom</artifactId>
<version>6.116.0</version><!-- {x-version-update:google-cloud-spanner:current} -->
<version>6.116.1</version><!-- {x-version-update:google-cloud-spanner:current} -->
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public abstract class ChannelPoolSettings {
* <p><b>Warning:</b> Higher values for resize delta may still result in performance degradation
* during spikes due to rapid scaling.
*/
public abstract int getMaxResizeDelta();
abstract int getMaxResizeDelta();
Comment thread
lqiu96 marked this conversation as resolved.

/**
* The initial size of the channel pool.
Expand Down
Loading