Fix test warnings

This commit is contained in:
Rossen Stoyanchev
2015-12-22 17:52:56 -05:00
parent 258cc7b27f
commit bc671f05d6
2 changed files with 46 additions and 62 deletions

View File

@@ -653,6 +653,7 @@ Spring 4.3 also improves the caching abstraction as follows:
=== Web Improvements
* New `@RestControllerAdvice` annotation combines `@ControllerAdvice` with `@ResponseBody`.
* `AsyncRestTemplate` supports request interception.
=== Testing Improvements