Fix typo in javadoc

See gh-1095
This commit is contained in:
nkjackzhang 2016-07-01 16:25:59 +08:00 committed by Stephane Nicoll
parent 5c6f57ba78
commit 60123b6ca3
1 changed files with 1 additions and 1 deletions

View File

@ -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