Stop referencing deprecated @TransactionConfiguration in Javadoc

master
Sam Brannen 9 years ago
parent 9d3dd1bc13
commit 31e0386bcb
  1. 1
      spring-test/src/main/java/org/springframework/test/context/TestContextManager.java
  2. 1
      spring-test/src/main/java/org/springframework/test/context/junit4/AbstractTransactionalJUnit4SpringContextTests.java
  3. 3
      spring-test/src/main/java/org/springframework/test/context/testng/AbstractTransactionalTestNGSpringContextTests.java

@ -79,7 +79,6 @@ import org.springframework.util.ReflectionUtils;
* @see TestExecutionListeners
* @see ContextConfiguration
* @see ContextHierarchy
* @see org.springframework.test.context.transaction.TransactionConfiguration
*/
public class TestContextManager {

@ -83,7 +83,6 @@ import org.springframework.transaction.annotation.Transactional;
* @see org.springframework.test.context.TestExecutionListeners
* @see org.springframework.test.context.transaction.TransactionalTestExecutionListener
* @see org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
* @see org.springframework.test.context.transaction.TransactionConfiguration
* @see org.springframework.transaction.annotation.Transactional
* @see org.springframework.test.annotation.Commit
* @see org.springframework.test.annotation.Rollback

@ -1,5 +1,5 @@
/*
* Copyright 2002-2015 the original author or authors.
* Copyright 2002-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -67,7 +67,6 @@ import org.springframework.transaction.annotation.Transactional;
* @see org.springframework.test.context.TestExecutionListeners
* @see org.springframework.test.context.transaction.TransactionalTestExecutionListener
* @see org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener
* @see org.springframework.test.context.transaction.TransactionConfiguration
* @see org.springframework.transaction.annotation.Transactional
* @see org.springframework.test.annotation.Commit
* @see org.springframework.test.annotation.Rollback

Loading…
Cancel
Save