Skip to content

Commit

Permalink
spotless applied, changes file updated
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrabinowitz committed Aug 30, 2024
1 parent 613c486 commit 77aa651
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Next

* PR #1281 : Configure alternative BigNumeric precision and scale defaults
* PR #1281: Configure alternative BigNumeric precision and scale defaults
* PR #1284: Making BigQueryClientFactory Kryo serializable. Thanks @tom-s-powell !

## 0.40.0 - 2024-08-05

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public class BigQueryClientFactory implements Serializable {
private transient volatile Credentials credentials;

private int cachedHashCode = 0;
private IdentityTokenSupplier identityTokenSupplier;

@Inject
public BigQueryClientFactory(
Expand Down

0 comments on commit 77aa651

Please sign in to comment.