Skip to content

Commit

Permalink
Update google-cloud-spanner/src/main/java/com/google/cloud/spanner/Tr…
Browse files Browse the repository at this point in the history
…ansactionRunnerImpl.java

Co-authored-by: Knut Olav Løite <[email protected]>
  • Loading branch information
arpan14 and olavloite authored Nov 2, 2023
1 parent ced1e06 commit 0485aee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static class Builder extends AbstractReadContext.Builder<Builder, TransactionCon
private Builder() {}

Builder setClock(Clock clock) {
this.clock = clock;
this.clock = Preconditions.checkNotNull(clock);
return self();
}

Expand Down

0 comments on commit 0485aee

Please sign in to comment.