Browse Source

Polish

pull/4118/merge
Stephane Nicoll 10 years ago
parent
commit
535a696604
  1. 2
      spring-boot/src/main/java/org/springframework/boot/context/embedded/AnnotationConfigEmbeddedWebApplicationContext.java

2
spring-boot/src/main/java/org/springframework/boot/context/embedded/AnnotationConfigEmbeddedWebApplicationContext.java

@ -145,7 +145,7 @@ public class AnnotationConfigEmbeddedWebApplicationContext @@ -145,7 +145,7 @@ public class AnnotationConfigEmbeddedWebApplicationContext
* {@link #refresh()} must be called in order for the context to fully process the new
* class.
* <p>
* 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

Loading…
Cancel
Save