Skip to content

Commit f2c3c1f

Browse files
committed
gJF
1 parent f4e4214 commit f2c3c1f

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
import java.lang.annotation.ElementType;
1818
import java.lang.annotation.Target;
19-
2019
import javax.inject.Qualifier;
2120

2221
/**

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
import java.lang.annotation.ElementType;
1818
import java.lang.annotation.Target;
19-
2019
import javax.inject.Qualifier;
2120

2221
/**

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
import java.lang.annotation.ElementType;
1818
import java.lang.annotation.Target;
19-
2019
import javax.inject.Qualifier;
2120

2221
/**

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
import java.lang.annotation.ElementType;
1818
import java.lang.annotation.Target;
19-
2019
import javax.inject.Qualifier;
2120

2221
/** An executor/coroutine dispatcher for work that must run on the UI thread. */

0 commit comments

Comments
 (0)