From 535a696604952e8d019a12ca4bc71cb37ddb44ee Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Oct 2015 09:31:53 +0200 Subject: [PATCH] Polish --- .../embedded/AnnotationConfigEmbeddedWebApplicationContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot/src/main/java/org/springframework/boot/context/embedded/AnnotationConfigEmbeddedWebApplicationContext.java b/spring-boot/src/main/java/org/springframework/boot/context/embedded/AnnotationConfigEmbeddedWebApplicationContext.java index 93c1b1b5348..2d52ef0ea34 100644 --- a/spring-boot/src/main/java/org/springframework/boot/context/embedded/AnnotationConfigEmbeddedWebApplicationContext.java +++ b/spring-boot/src/main/java/org/springframework/boot/context/embedded/AnnotationConfigEmbeddedWebApplicationContext.java @@ -145,7 +145,7 @@ public class AnnotationConfigEmbeddedWebApplicationContext * {@link #refresh()} must be called in order for the context to fully process the new * class. *

- * Calls to {@link #register} are idempotent; adding the same annotated class more + * Calls to {@code #register} are idempotent; adding the same annotated class more * than once has no additional effect. * @param annotatedClasses one or more annotated classes, e.g. {@code @Configuration} * classes