Skip to content

Commit 4f97c41

Browse files
committed
Avoid javadoc failure for line break with annotation reference
See gh-35736
1 parent 0243059 commit 4f97c41

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

spring-context/src/main/java/org/springframework/cache/annotation/CachingConfigurer.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@
2626
* Interface to be implemented for explicitly specifying how caches are resolved
2727
* and how keys are generated for annotation-driven cache management.
2828
*
29-
* <p>Typically implemented by
30-
* @{@link org.springframework.context.annotation.Configuration Configuration}
31-
* classes annotated with @{@link EnableCaching}.
29+
* <p>Typically implemented by @{@link org.springframework.context.annotation.Configuration
30+
* Configuration} classes annotated with @{@link EnableCaching}.
3231
* See @{@link EnableCaching} for general examples and context; see
3332
* {@link #cacheManager()}, {@link #cacheResolver()}, {@link #keyGenerator()},
3433
* and {@link #errorHandler()} for detailed instructions.

spring-context/src/main/java/org/springframework/scheduling/annotation/AsyncConfigurer.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@
2727
* instance used to process exceptions thrown from async methods with a {@code void}
2828
* return type.
2929
*
30-
* <p>Typically implemented by
31-
* @{@link org.springframework.context.annotation.Configuration Configuration}
32-
* classes annotated with @{@link EnableAsync}.
30+
* <p>Typically implemented by @{@link org.springframework.context.annotation.Configuration
31+
* Configuration} classes annotated with @{@link EnableAsync}.
3332
* See the @{@link EnableAsync} javadoc for usage examples.
3433
*
3534
* <p><b>NOTE: An {@code AsyncConfigurer} will get initialized early.</b>

spring-tx/src/main/java/org/springframework/transaction/annotation/TransactionManagementConfigurer.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@
2727
* if there are two {@code PlatformTransactionManager} beans (or two
2828
* {@code ReactiveTransactionManager} beans) present in the container.
2929
*
30-
* <p>Typically implemented by
31-
* @{@link org.springframework.context.annotation.Configuration Configuration}
32-
* classes annotated with @{@link EnableTransactionManagement}.
30+
* <p>Typically implemented by @{@link org.springframework.context.annotation.Configuration
31+
* Configuration} classes annotated with @{@link EnableTransactionManagement}.
3332
* See @{@link EnableTransactionManagement} for general examples and context;
3433
* see {@link #annotationDrivenTransactionManager()} for detailed instructions.
3534
*

0 commit comments

Comments
 (0)