Browse Source

Fix typo in javadoc

See gh-1095
pull/1096/merge
nkjackzhang 10 years ago committed by Stephane Nicoll
parent
commit
60123b6ca3
  1. 2
      spring-aspects/src/main/java/org/springframework/context/annotation/aspectj/SpringConfiguredConfiguration.java

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

@ -29,7 +29,7 @@ import org.springframework.context.annotation.Role; @@ -29,7 +29,7 @@ import org.springframework.context.annotation.Role;
* Configurable}.
*
* <p>This configuration class is automatically imported when using the
* @{@link EnableSpringConfigured} annotation. See {@code @EnableSpringConfigured}'s
* {@link EnableSpringConfigured @EnableSpringConfigured} annotation. See {@code @EnableSpringConfigured}'s
* javadoc for complete usage details.
*
* @author Chris Beams

Loading…
Cancel
Save