Reflect @Async executor qual. 3.2=>3.1.2 backport

@Async executor qualification has been backported to 3.1.2. This commit
updates all @since tags appropriately, as well as carrying over the
changes backported to the spring-task-3.1 schema.

Issue: SPR-6847, SPR-9443
This commit is contained in:
Chris Beams
2012-06-27 21:09:17 +02:00
parent 7dff02b2c1
commit f6de5d4360
7 changed files with 17 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ import static org.junit.Assert.*;
* Unit tests for {@link AnnotationAsyncExecutionInterceptor}.
*
* @author Chris Beams
* @since 3.2
* @since 3.1.2
*/
public class AnnotationAsyncExecutionInterceptorTests {