From bdfdd64db74ba706cb32ee864481e67adc68f55b Mon Sep 17 00:00:00 2001 From: Stephane Maldini Date: Tue, 19 Jan 2016 19:46:46 +0000 Subject: [PATCH] merge core.processor and core.publisher --- .../http/server/reactive/AsyncIntegrationTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-web-reactive/src/test/java/org/springframework/http/server/reactive/AsyncIntegrationTests.java b/spring-web-reactive/src/test/java/org/springframework/http/server/reactive/AsyncIntegrationTests.java index 66140914de..6f18736c15 100644 --- a/spring-web-reactive/src/test/java/org/springframework/http/server/reactive/AsyncIntegrationTests.java +++ b/spring-web-reactive/src/test/java/org/springframework/http/server/reactive/AsyncIntegrationTests.java @@ -27,7 +27,7 @@ import org.junit.runners.Parameterized; import reactor.Mono; import reactor.Processors; import reactor.Timers; -import reactor.core.processor.ProcessorGroup; +import reactor.core.publisher.ProcessorGroup; import reactor.io.buffer.Buffer; import reactor.rx.Stream;