mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 13:31:46 +00:00
Suppressing serialization warnings
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1212 50f2f4bb-b051-0410-bef5-90022cba6387
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