Remove field no longer used after previous commit

Issue: SPR-11516
This commit is contained in:
Rossen Stoyanchev
2014-03-05 14:50:16 -05:00
parent 74de35df1e
commit 34924810fe
2 changed files with 1 additions and 14 deletions

View File

@@ -15,7 +15,6 @@
*/
package org.springframework.test.web.servlet;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.atomic.AtomicReference;
import org.springframework.mock.web.MockHttpServletRequest;
@@ -52,8 +51,6 @@ class DefaultMvcResult implements MvcResult {
private final AtomicReference<Object> asyncResult = new AtomicReference<Object>(RESULT_NONE);
private CountDownLatch asyncResultLatch;
/**
* Create a new instance with the given request and response.