Skip to content

Commit

Permalink
Merge branch 'introduce-java-time' of https://github.com/googleapis/j…
Browse files Browse the repository at this point in the history
…ava-bigtable into introduce-java-time
  • Loading branch information
diegomarquezp committed Dec 6, 2024
2 parents 07c939a + 253d351 commit d13c96b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,7 @@ public synchronized void createClient(
.setAppProfileId(request.getAppProfileId());

if (request.hasPerOperationTimeout()) {
Duration newTimeout =
Duration.ofMillis(Durations.toMillis(request.getPerOperationTimeout()));
Duration newTimeout = Duration.ofMillis(Durations.toMillis(request.getPerOperationTimeout()));
settingsBuilder = overrideTimeoutSetting(newTimeout, settingsBuilder);
logger.info(
String.format(
Expand Down

0 comments on commit d13c96b

Please sign in to comment.