File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
firebase-config/src/main/java/com/google/firebase/remoteconfig Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
import com .google .firebase .platforminfo .LibraryVersionComponent ;
30
30
import java .util .Arrays ;
31
31
import java .util .List ;
32
- import java .util .concurrent .Executor ;
33
32
import java .util .concurrent .ScheduledExecutorService ;
34
33
35
34
/**
@@ -45,7 +44,8 @@ public class RemoteConfigRegistrar implements ComponentRegistrar {
45
44
46
45
@ Override
47
46
public List <Component <?>> getComponents () {
48
- Qualified <ScheduledExecutorService > blockingExecutor = Qualified .qualified (Blocking .class , ScheduledExecutorService .class );
47
+ Qualified <ScheduledExecutorService > blockingExecutor =
48
+ Qualified .qualified (Blocking .class , ScheduledExecutorService .class );
49
49
return Arrays .asList (
50
50
Component .builder (RemoteConfigComponent .class )
51
51
.name (LIBRARY_NAME )
You can’t perform that action at this time.
0 commit comments