Rename AbstractHandlerResultHandler to HRHSupport

This commit is contained in:
Rossen Stoyanchev
2017-03-13 17:56:21 -04:00
parent 79ea77908a
commit a04fef8450
5 changed files with 21 additions and 19 deletions

View File

@@ -37,7 +37,7 @@ import static org.junit.Assert.*;
import static org.springframework.http.MediaType.*;
/**
* Unit tests for {@link AbstractHandlerResultHandler}.
* Unit tests for {@link HandlerResultHandlerSupport}.
* @author Rossen Stoyanchev
*/
public class HandlerResultHandlerTests {
@@ -112,7 +112,7 @@ public class HandlerResultHandlerTests {
@SuppressWarnings("WeakerAccess")
private static class TestResultHandler extends AbstractHandlerResultHandler {
private static class TestResultHandler extends HandlerResultHandlerSupport {
protected TestResultHandler() {
this(new HeaderContentTypeResolver());