mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Suppressing serialization warnings
This commit is contained in:
+1
@@ -113,6 +113,7 @@ public class TransactionalTestExecutionListener extends AbstractTestExecutionLis
|
||||
* @see org.springframework.transaction.annotation.Transactional
|
||||
* @see org.springframework.test.annotation.NotTransactional
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
@Override
|
||||
public void beforeTestMethod(TestContext testContext) throws Exception {
|
||||
final Method testMethod = testContext.getTestMethod();
|
||||
|
||||
Reference in New Issue
Block a user