Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Jan 19, 2022
1 parent 7a88b18 commit 46f544d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public BigQueryClientFactory(
ViewMaterializationCache materializationCache,
HeaderProvider headerProvider)
{
this.identityCacheMapping = requireNonNull(identityCacheMapping, "identityCacheMaping is null");
this.identityCacheMapping = requireNonNull(identityCacheMapping, "identityCacheMapping is null");
this.credentialsSupplier = requireNonNull(credentialsSupplier, "credentialsSupplier is null");
this.bigQueryConfig = requireNonNull(bigQueryConfig, "bigQueryConfig is null");
this.materializationCache = requireNonNull(materializationCache, "materializationCache is null");
Expand Down

0 comments on commit 46f544d

Please sign in to comment.