Skip to content

Commit d35709d

Browse files
committed
Merge pull request #1095 from nkjackzhang:patch-4
* pr/1095: Polish contribution Fix typo in javadoc
2 parents 5c6f57b + 2b822d5 commit d35709d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-aspects/src/main/java/org/springframework/context/annotation/aspectj/SpringConfiguredConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
* Configurable}.
3030
*
3131
* <p>This configuration class is automatically imported when using the
32-
* @{@link EnableSpringConfigured} annotation. See {@code @EnableSpringConfigured}'s
33-
* javadoc for complete usage details.
32+
* {@link EnableSpringConfigured @EnableSpringConfigured} annotation. See
33+
* {@code @EnableSpringConfigured}'s javadoc for complete usage details.
3434
*
3535
* @author Chris Beams
3636
* @since 3.1

0 commit comments

Comments
 (0)