mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '4.0.x'
This commit is contained in:
+3
-3
@@ -45,9 +45,9 @@ public class DefaultRestartInitializer implements RestartInitializer {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns if the thread is for a main invocation. By default {@link #isMain(Thread)
|
||||
* checks the name of the thread} and {@link #isDevelopmentClassLoader(ClassLoader)
|
||||
* the context classloader}.
|
||||
* Returns if the thread is for a main invocation. By default
|
||||
* {@link #isMainThread(Thread)} checks the name of the thread} and
|
||||
* {@link #isDevelopmentClassLoader(ClassLoader) the context classloader}.
|
||||
* @param thread the thread to check
|
||||
* @return {@code true} if the thread is a main invocation
|
||||
* @see #isMainThread
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@ package org.springframework.boot.jooq.test.autoconfigure;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
/**
|
||||
* Example component used with {@JooqTest @JooqTest} tests.
|
||||
* Example component used with {@link JooqTest @JooqTest} tests.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user