Stop referencing deprecated @TransactionConfiguration in Javadoc

This commit is contained in:
Sam Brannen
2016-02-27 23:50:00 +01:00
parent 9d3dd1bc13
commit 31e0386bcb
3 changed files with 1 additions and 4 deletions

View File

@@ -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 {

View File

@@ -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

View File

@@ -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