Stop referencing deprecated @TransactionConfiguration in Javadoc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user