Skip to content

Commit a47d801

Browse files
cicioflaviump911de
authored andcommitted
DATACMNS-1720 - Fix Javadoc for CustomAnnotationTransactionAttributeSource to correctly describe JTA support.
Original pull request: #441.
1 parent ad13730 commit a47d801

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/springframework/data/repository/core/support/TransactionalRepositoryProxyPostProcessor.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ public void postProcess(ProxyFactory factory, RepositoryInformation repositoryIn
114114
* working with transaction metadata in JDK 1.5+ annotation format.
115115
* <p>
116116
* This class reads Spring's JDK 1.5+ {@link Transactional} annotation and exposes corresponding transaction
117-
* attributes to Spring's transaction infrastructure. Also supports JTA 1.2's and EJB3's
118-
* {@link javax.ejb.TransactionAttribute} annotation (if present). This class may also serve as base class for a
119-
* custom TransactionAttributeSource, or get customized through {@link TransactionAnnotationParser} strategies.
117+
* attributes to Spring's transaction infrastructure. Also supports JTA 1.2's {@link javax.transaction.Transactional}
118+
* and EJB3's {@link javax.ejb.TransactionAttribute} annotation (if present). This class may also serve as base class
119+
* for a custom TransactionAttributeSource, or get customized through {@link TransactionAnnotationParser} strategies.
120120
*
121121
* @author Colin Sampaleanu
122122
* @author Juergen Hoeller

0 commit comments

Comments
 (0)