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

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed Jul 27, 2021
1 parent ea12683 commit 7efa9a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gax/src/main/java/com/google/api/gax/rpc/StubSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ public B setTracerFactory(@Nonnull ApiTracerFactory tracerFactory) {
/** @deprecated Please use {@link #getBackgroundExecutorProvider()}. */
@Deprecated
public ExecutorProvider getExecutorProvider() {
// return executorProvider;
return deprecatedExecutorProviderSet ? backgroundExecutorProvider : null;
}

Expand Down

0 comments on commit 7efa9a7

Please sign in to comment.