Skip to content

Commit b2112eb

Browse files
authored
Fix Collections import. (#2715)
1 parent 95b36fc commit b2112eb

File tree

1 file changed

+1
-1
lines changed
  • transport/transport-runtime/src/test/java/com/google/android/datatransport/runtime/scheduling/jobscheduling

1 file changed

+1
-1
lines changed

transport/transport-runtime/src/test/java/com/google/android/datatransport/runtime/scheduling/jobscheduling/ScheduleDelayTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import com.google.android.datatransport.Priority;
2020
import com.google.android.datatransport.runtime.time.Clock;
2121
import com.google.android.datatransport.runtime.time.TestClock;
22-
import edu.emory.mathcs.backport.java.util.Collections;
22+
import java.util.Collections;
2323
import org.junit.Test;
2424
import org.junit.runner.RunWith;
2525
import org.robolectric.RobolectricTestRunner;

0 commit comments

Comments
 (0)