Remove duplicate words in documentation and polish Javadoc

This commit is contained in:
Sam Brannen
2020-03-31 11:49:15 +02:00
parent 53106d5741
commit e26764d249
94 changed files with 213 additions and 213 deletions

View File

@@ -371,7 +371,7 @@ public abstract class AbstractReactiveTransactionAspectTests {
* have been created, as there's no distinction between target and proxy.
* In the case of Spring's own AOP framework, a proxy must be created
* using a suitably configured transaction interceptor
* @param target target if there's a distinct target. If not (AspectJ),
* @param target the target if there's a distinct target. If not (AspectJ),
* return target.
* @return transactional advised object
*/

View File

@@ -559,7 +559,7 @@ public abstract class AbstractTransactionAspectTests {
* have been created, as there's no distinction between target and proxy.
* In the case of Spring's own AOP framework, a proxy must be created
* using a suitably configured transaction interceptor
* @param target target if there's a distinct target. If not (AspectJ),
* @param target the target if there's a distinct target. If not (AspectJ),
* return target.
* @return transactional advised object
*/