Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
make variable final
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed Jul 30, 2021
1 parent cd6c911 commit 112f589
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@
@InternalApi
public final class ApiCallCustomContexts {

private ImmutableMap<Key, Object> customContexts;
private final ImmutableMap<Key, Object> customContexts;

private ApiCallCustomContexts(ImmutableMap<Key, Object> contexts) {
this.customContexts = Preconditions.checkNotNull(contexts);
Expand Down

0 comments on commit 112f589

Please sign in to comment.