Fix some warning
This commit is contained in:
@@ -53,8 +53,8 @@ import org.springframework.context.ConfigurableApplicationContext;
|
||||
* The term <em>annotated class</em> can refer to any of the following.
|
||||
*
|
||||
* <ul>
|
||||
* <li>A class annotated with {@link org.springframework.context.annotation.Configuration
|
||||
* @Configuration}</li>
|
||||
* <li>A class annotated with @{@link org.springframework.context.annotation.Configuration
|
||||
* Configuration}</li>
|
||||
* <li>A component (i.e., a class annotated with
|
||||
* {@link org.springframework.stereotype.Component @Component},
|
||||
* {@link org.springframework.stereotype.Service @Service},
|
||||
|
||||
@@ -114,7 +114,7 @@ import static org.springframework.core.annotation.AnnotationUtils.*;
|
||||
* {@link org.springframework.transaction.annotation.TransactionManagementConfigurer TransactionManagementConfigurer}
|
||||
* can be implemented by an
|
||||
* {@link org.springframework.context.annotation.Configuration @Configuration}
|
||||
* class. See {@link TestContextTransactionUtils#retrieveTransactionManager()}
|
||||
* class. See {@link TestContextTransactionUtils#retrieveTransactionManager}
|
||||
* for details on the algorithm used to look up a transaction manager in
|
||||
* the test's {@code ApplicationContext}.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user