Skip to content

Commit a7bb73e

Browse files
authored
chore(spanner): update code formatting for #13648 (#13650)
Fixes #13648
1 parent 37b77c3 commit a7bb73e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

java-spanner/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionProperties.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,9 @@ public class ConnectionProperties {
267267
static final ConnectionProperty<Duration> GRPC_KEEPALIVE_TIMEOUT =
268268
create(
269269
GRPC_KEEPALIVE_TIMEOUT_PROPERTY_NAME,
270-
"The keepalive timeout for gRPC connections (e.g. '20s', '5s'). "
271-
+ "This determines how long the client waits for a keep-alive ping response before terminating "
272-
+ "the connection. A lower timeout helps speed up recovery during network failures.",
270+
"The keepalive timeout for gRPC connections (e.g. '20s', '5s'). This determines how long"
271+
+ " the client waits for a keep-alive ping response before terminating the"
272+
+ " connection. A lower timeout helps speed up recovery during network failures.",
273273
null,
274274
DurationConverter.INSTANCE,
275275
Context.STARTUP);

0 commit comments

Comments
 (0)