Skip to content

Commit 3d4e73b

Browse files
committed
Polishing
1 parent 4255774 commit 3d4e73b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-context/src/main/java/org/springframework/scheduling/annotation/AsyncAnnotationBeanPostProcessor.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2013 the original author or authors.
2+
* Copyright 2002-2014 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -49,8 +49,7 @@
4949
* @see #setBeforeExistingAdvisors
5050
*/
5151
@SuppressWarnings("serial")
52-
public class AsyncAnnotationBeanPostProcessor extends AbstractAdvisingBeanPostProcessor
53-
implements BeanFactoryAware {
52+
public class AsyncAnnotationBeanPostProcessor extends AbstractAdvisingBeanPostProcessor implements BeanFactoryAware {
5453

5554
private Class<? extends Annotation> asyncAnnotationType;
5655

@@ -61,6 +60,7 @@ public AsyncAnnotationBeanPostProcessor() {
6160
setBeforeExistingAdvisors(true);
6261
}
6362

63+
6464
/**
6565
* Set the 'async' annotation type to be detected at either class or method
6666
* level. By default, both the {@link Async} annotation and the EJB 3.1

0 commit comments

Comments
 (0)