From dc91c81fc468a9828dfd7805f05162efa1ca2d2c Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Wed, 27 Jan 2016 17:04:08 +0100 Subject: [PATCH] Polishing --- .../http/server/reactive/AsyncIntegrationTests.java | 1 - 1 file changed, 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 d499a43149..2205511a7e 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 @@ -106,7 +106,6 @@ public class AsyncIntegrationTests { @Override public Mono handle(ServerHttpRequest request, ServerHttpResponse response) { - DataBufferAllocator allocator = new DefaultDataBufferAllocator(); return response.setBody(Stream.just("h", "e", "l", "l", "o") .timer(Timers.global()) .throttleRequest(100)