You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: module/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/DefaultRestartInitializer.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,9 @@ public class DefaultRestartInitializer implements RestartInitializer {
45
45
}
46
46
47
47
/**
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}.
51
51
* @param thread the thread to check
52
52
* @return {@code true} if the thread is a main invocation
Copy file name to clipboardExpand all lines: module/spring-boot-jooq-test/src/test/java/org/springframework/boot/jooq/test/autoconfigure/ExampleComponent.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
importorg.springframework.stereotype.Component;
20
20
21
21
/**
22
-
* Example component used with {@JooqTest @JooqTest} tests.
22
+
* Example component used with {@link JooqTest @JooqTest} tests.
0 commit comments