Skip to content

Commit a1868d3

Browse files
Niraviljhoeller
authored andcommitted
fix TransactionAspectSupport#currentTransactionStatus javadoc
Signed-off-by: Niravil <[email protected]>
1 parent e5aac66 commit a1868d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)