Browse Source

fix TransactionAspectSupport#currentTransactionStatus javadoc

Signed-off-by: Niravil <messerignacius@gmail.com>
pull/36342/head
Niravil 4 weeks ago committed by Juergen Hoeller
parent
commit
a1868d3e9e
  1. 2
      spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAspectSupport.java

2
spring-tx/src/main/java/org/springframework/transaction/interceptor/TransactionAspectSupport.java

@ -151,7 +151,7 @@ public abstract class TransactionAspectSupport implements BeanFactoryAware, Init
* Mainly intended for code that wants to set the current transaction * Mainly intended for code that wants to set the current transaction
* rollback-only but not throw an application exception. * rollback-only but not throw an application exception.
* <p>This exposes the locally declared transaction boundary with its declared name * <p>This exposes the locally declared transaction boundary with its declared name
* and characteristics, as managed by the aspect. Ar runtime, the local boundary may * and characteristics, as managed by the aspect. At runtime, the local boundary may
* participate in an outer transaction: If you need transaction metadata from such * participate in an outer transaction: If you need transaction metadata from such
* an outer transaction (the actual resource transaction) instead, consider using * an outer transaction (the actual resource transaction) instead, consider using
* {@link org.springframework.transaction.support.TransactionSynchronizationManager}. * {@link org.springframework.transaction.support.TransactionSynchronizationManager}.

Loading…
Cancel
Save