Skip to content

Commit 02f3dba

Browse files
committed
Merge branch '4.0.x'
2 parents 045f9a3 + 9105b64 commit 02f3dba

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

module/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/DefaultRestartInitializer.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ public class DefaultRestartInitializer implements RestartInitializer {
4545
}
4646

4747
/**
48-
* Returns if the thread is for a main invocation. By default {@link #isMain(Thread)
49-
* checks the name of the thread} and {@link #isDevelopmentClassLoader(ClassLoader)
50-
* the context classloader}.
48+
* Returns if the thread is for a main invocation. By default
49+
* {@link #isMainThread(Thread)} checks the name of the thread} and
50+
* {@link #isDevelopmentClassLoader(ClassLoader) the context classloader}.
5151
* @param thread the thread to check
5252
* @return {@code true} if the thread is a main invocation
5353
* @see #isMainThread

module/spring-boot-jooq-test/src/test/java/org/springframework/boot/jooq/test/autoconfigure/ExampleComponent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import org.springframework.stereotype.Component;
2020

2121
/**
22-
* Example component used with {@JooqTest @JooqTest} tests.
22+
* Example component used with {@link JooqTest @JooqTest} tests.
2323
*
2424
* @author Phillip Webb
2525
*/

0 commit comments

Comments
 (0)