Skip to content

Commit 535a696

Browse files
committed
Polish
1 parent 46c3970 commit 535a696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public void setScopeMetadataResolver(ScopeMetadataResolver scopeMetadataResolver
145145
* {@link #refresh()} must be called in order for the context to fully process the new
146146
* class.
147147
* <p>
148-
* Calls to {@link #register} are idempotent; adding the same annotated class more
148+
* Calls to {@code #register} are idempotent; adding the same annotated class more
149149
* than once has no additional effect.
150150
* @param annotatedClasses one or more annotated classes, e.g. {@code @Configuration}
151151
* classes

0 commit comments

Comments
 (0)