Skip to content

Commit 7ca8f55

Browse files
committed
Javadoc
1 parent cce69df commit 7ca8f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/CrashlyticsWorker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public CrashlyticsWorker(ExecutorService executor) {
4747
this.executor = executor;
4848
}
4949

50-
/** Returns the executor used by this background worker. */
50+
/** Returns the executor used by this worker. */
5151
public ExecutorService getExecutor() {
5252
return executor;
5353
}

0 commit comments

Comments
 (0)