First wave scheduler contract migration

This commit is contained in:
Stephane Maldini 2016-04-08 01:53:18 +01:00
parent 87ce5d641c
commit da2276a954
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import org.junit.Test;
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
import reactor.core.publisher.SchedulerGroup;
import reactor.core.timer.Timer;
import reactor.core.scheduler.Timer;
import org.springframework.core.io.buffer.DataBufferAllocator;
import org.springframework.core.io.buffer.DefaultDataBufferAllocator;