Polishing contribution
Closes gh-34942
This commit is contained in:
@@ -531,7 +531,7 @@ public abstract class TransactionAspectSupport implements BeanFactoryAware, Init
|
||||
|
||||
/**
|
||||
* Determine the specific transaction manager to use for the given transaction.
|
||||
* @deprecated as of 6.2, in favor of {@link #determineTransactionManager(TransactionAttribute, Class)}
|
||||
* @deprecated in favor of {@link #determineTransactionManager(TransactionAttribute, Class)}
|
||||
*/
|
||||
@Deprecated(since = "6.2")
|
||||
protected @Nullable TransactionManager determineTransactionManager(@Nullable TransactionAttribute txAttr) {
|
||||
|
||||
@@ -83,7 +83,7 @@ public class TransactionInterceptor extends TransactionAspectSupport implements
|
||||
* @param tas the attribute source to be used to find transaction attributes
|
||||
* @see #setTransactionManager
|
||||
* @see #setTransactionAttributeSource
|
||||
* @deprecated as of 5.2.5, in favor of
|
||||
* @deprecated in favor of
|
||||
* {@link #TransactionInterceptor(TransactionManager, TransactionAttributeSource)}
|
||||
*/
|
||||
@Deprecated(since = "5.2.5")
|
||||
@@ -98,7 +98,7 @@ public class TransactionInterceptor extends TransactionAspectSupport implements
|
||||
* @param attributes the transaction attributes in properties format
|
||||
* @see #setTransactionManager
|
||||
* @see #setTransactionAttributes(java.util.Properties)
|
||||
* @deprecated as of 5.2.5, in favor of {@link #setTransactionAttributes(Properties)}
|
||||
* @deprecated in favor of {@link #setTransactionAttributes(Properties)}
|
||||
*/
|
||||
@Deprecated(since = "5.2.5")
|
||||
public TransactionInterceptor(PlatformTransactionManager ptm, Properties attributes) {
|
||||
|
||||
Reference in New Issue
Block a user