Skip to content

Commit ed1bbfe

Browse files
committed
chore(gax): Update resize delta's getter to be package-private
1 parent 0cbbaba commit ed1bbfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)