From 386dfb0881f083c792c2e7e8023d27304d9c70bf Mon Sep 17 00:00:00 2001 From: Stephane Maldini Date: Tue, 19 Jan 2016 19:30:20 +0000 Subject: [PATCH] update DependencyUtils package --- .../http/server/reactive/UndertowHttpHandlerAdapter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-web-reactive/src/main/java/org/springframework/http/server/reactive/UndertowHttpHandlerAdapter.java b/spring-web-reactive/src/main/java/org/springframework/http/server/reactive/UndertowHttpHandlerAdapter.java index 0e4f86f60d..4682592a51 100644 --- a/spring-web-reactive/src/main/java/org/springframework/http/server/reactive/UndertowHttpHandlerAdapter.java +++ b/spring-web-reactive/src/main/java/org/springframework/http/server/reactive/UndertowHttpHandlerAdapter.java @@ -36,9 +36,9 @@ import org.xnio.ChannelListener; import org.xnio.channels.StreamSinkChannel; import org.xnio.channels.StreamSourceChannel; import reactor.Mono; -import reactor.core.error.Exceptions; import reactor.core.subscriber.BaseSubscriber; import reactor.core.support.BackpressureUtils; +import reactor.core.support.Exceptions; import org.springframework.util.Assert;