fix TransactionAspectSupport#currentTransactionStatus javadoc

Signed-off-by: Niravil <messerignacius@gmail.com>
This commit is contained in:
Niravil
2026-02-17 16:26:02 +01:00
committed by Juergen Hoeller
parent e5aac66157
commit a1868d3e9e
@@ -151,7 +151,7 @@ public abstract class TransactionAspectSupport implements BeanFactoryAware, Init
* Mainly intended for code that wants to set the current transaction
* rollback-only but not throw an application exception.
* <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
* an outer transaction (the actual resource transaction) instead, consider using
* {@link org.springframework.transaction.support.TransactionSynchronizationManager}.