Skip to content

Commit

Permalink
bogus line
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Oct 14, 2024
1 parent 0ff78ac commit 772eef7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,8 @@ protected Builder(StubSettings settings) {
this.switchToMtlsEndpointAllowed = settings.switchToMtlsEndpointAllowed;
this.quotaProjectId = settings.quotaProjectId;
this.streamWatchdogProvider = settings.streamWatchdogProvider;
this.streamWatchdogCheckInterval = settings.streamWatchdogCheckInterval;
// Intentionally assigning null to a variable marked as NonNull
this.streamWatchdogCheckInterval = null; // settings.streamWatchdogCheckInterval;
this.tracerFactory = settings.tracerFactory;
this.deprecatedExecutorProviderSet = settings.deprecatedExecutorProviderSet;
this.gdchApiAudience = settings.gdchApiAudience;
Expand Down

0 comments on commit 772eef7

Please sign in to comment.