From 21fff02dbd7cc0ab39480f0cdcf21f1c9287d839 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Tue, 26 Jan 2016 12:43:59 +0100 Subject: [PATCH] Fixing the build that bad boy @smaldini broke --- .../web/reactive/ResponseStatusExceptionHandlerTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-web-reactive/src/test/java/org/springframework/web/reactive/ResponseStatusExceptionHandlerTests.java b/spring-web-reactive/src/test/java/org/springframework/web/reactive/ResponseStatusExceptionHandlerTests.java index a0c4e388b8..8a992da11b 100644 --- a/spring-web-reactive/src/test/java/org/springframework/web/reactive/ResponseStatusExceptionHandlerTests.java +++ b/spring-web-reactive/src/test/java/org/springframework/web/reactive/ResponseStatusExceptionHandlerTests.java @@ -33,6 +33,7 @@ import org.springframework.web.server.DefaultWebServerExchange; import org.springframework.web.server.WebServerExchange; import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertSame; import static org.junit.Assert.assertTrue; /**