Skip to content

Commit 4295aca

Browse files
committed
Unhide already hidden Executor
1 parent 79be45f commit 4295aca

File tree

1 file changed

+0
-2
lines changed
  • firebase-annotations/src/main/java/com/google/firebase/annotations/concurrent

1 file changed

+0
-2
lines changed

firebase-annotations/src/main/java/com/google/firebase/annotations/concurrent/Background.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
*
2525
* <p>For operations that can block for long periods of time, like network requests, use the {@link
2626
* Blocking} executor.
27-
*
28-
* @hide
2927
*/
3028
@Qualifier
3129
@Target({ElementType.PARAMETER, ElementType.METHOD, ElementType.FIELD})

0 commit comments

Comments
 (0)