We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce69df commit 7ca8f55Copy full SHA for 7ca8f55
firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/CrashlyticsWorker.java
@@ -47,7 +47,7 @@ public CrashlyticsWorker(ExecutorService executor) {
47
this.executor = executor;
48
}
49
50
- /** Returns the executor used by this background worker. */
+ /** Returns the executor used by this worker. */
51
public ExecutorService getExecutor() {
52
return executor;
53
0 commit comments