Skip to content

Commit cbb44e1

Browse files
committed
Apply feedbacks
Signed-off-by: Johnny Lim <[email protected]>
1 parent 68dca15 commit cbb44e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/dev-services.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ You can also add javadoc:org.springframework.test.context.DynamicPropertySource[
402402

403403
When using devtools, you can annotate beans and bean methods with javadoc:org.springframework.boot.devtools.restart.RestartScope[format=annotation].
404404
Such beans won't be recreated when the devtools restart the application.
405-
This is especially useful for Testcontainers javadoc:org.testcontainers.containers.Container[] beans, as they keep their state despite the application restart.
405+
This is especially useful for javadoc:org.testcontainers.containers.Container[] beans, as they keep their state despite the application restart.
406406

407407
include-code::MyContainersConfiguration[]
408408

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logging/logback/FilteringStatusListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class FilteringStatusListener extends ContextAwareBase implements StatusListener
3535

3636
/**
3737
* Creates a new {@link FilteringStatusListener}.
38-
* @param delegate the {@link StatusListener} to delegate
38+
* @param delegate the {@link StatusListener} to delegate to
3939
* @param levelThreshold the minimum log level accepted for delegation
4040
*/
4141
FilteringStatusListener(StatusListener delegate, int levelThreshold) {

0 commit comments

Comments
 (0)