Merge branch '3.5.x' into 4.0.x

This commit is contained in:
Stéphane Nicoll
2026-03-26 16:07:44 +01:00
2 changed files with 4 additions and 4 deletions
@@ -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