File tree 1 file changed +2
-2
lines changed
spring-tx/src/main/java/org/springframework/transaction/annotation 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public enum Propagation {
62
62
* on all transaction managers. This in particular applies to
63
63
* {@link org.springframework.transaction.jta.JtaTransactionManager},
64
64
* which requires the {@code javax.transaction.TransactionManager} to be
65
- * made available it to it (which is server-specific in standard Java EE).
65
+ * made available to it (which is server-specific in standard Java EE).
66
66
* @see org.springframework.transaction.jta.JtaTransactionManager#setTransactionManager
67
67
*/
68
68
REQUIRES_NEW (TransactionDefinition .PROPAGATION_REQUIRES_NEW ),
@@ -74,7 +74,7 @@ public enum Propagation {
74
74
* on all transaction managers. This in particular applies to
75
75
* {@link org.springframework.transaction.jta.JtaTransactionManager},
76
76
* which requires the {@code javax.transaction.TransactionManager} to be
77
- * made available it to it (which is server-specific in standard Java EE).
77
+ * made available to it (which is server-specific in standard Java EE).
78
78
* @see org.springframework.transaction.jta.JtaTransactionManager#setTransactionManager
79
79
*/
80
80
NOT_SUPPORTED (TransactionDefinition .PROPAGATION_NOT_SUPPORTED ),
You can’t perform that action at this time.
0 commit comments