Suppressing serialization warnings

master
Sam Brannen 16 years ago
parent 50bcecac95
commit b47c81ea2c
  1. 1
      org.springframework.test/src/main/java/org/springframework/test/context/transaction/TransactionalTestExecutionListener.java

@ -113,6 +113,7 @@ public class TransactionalTestExecutionListener extends AbstractTestExecutionLis
* @see org.springframework.transaction.annotation.Transactional * @see org.springframework.transaction.annotation.Transactional
* @see org.springframework.test.annotation.NotTransactional * @see org.springframework.test.annotation.NotTransactional
*/ */
@SuppressWarnings("serial")
@Override @Override
public void beforeTestMethod(TestContext testContext) throws Exception { public void beforeTestMethod(TestContext testContext) throws Exception {
final Method testMethod = testContext.getTestMethod(); final Method testMethod = testContext.getTestMethod();

Loading…
Cancel
Save