mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Spring Cleaning in December
- Delete unused imports - Delete unused code - Clean up warnings
This commit is contained in:
+1
@@ -94,6 +94,7 @@ public class EnableTransactionManagementTests {
|
||||
* get loaded -- or in this case, attempted to be loaded at which point the test fails.
|
||||
*/
|
||||
@Test
|
||||
@SuppressWarnings("resource")
|
||||
public void proxyTypeAspectJCausesRegistrationOfAnnotationTransactionAspect() {
|
||||
try {
|
||||
new AnnotationConfigApplicationContext(EnableAspectJTxConfig.class, TxManagerConfig.class);
|
||||
|
||||
Reference in New Issue
Block a user