File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
java21/org/springframework/graphql/execution
java/org/springframework/graphql/execution Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
public abstract class ReactorSchedulers {
28
28
29
29
/**
30
- * Create a scheduler backed by a single new thread, using {@link Schedulers#newSingle(String)} on Java < 21
31
- * and a custom Virtual Thread factory on Java >= 21.
30
+ * Create a scheduler backed by a single new thread, using {@link Schedulers#newSingle(String)} on Java < 21
31
+ * and a custom Virtual Thread factory on Java >e; 21.
32
32
* @param name component and thread name prefix
33
33
*/
34
34
public static Scheduler singleThread (String name ) {
Original file line number Diff line number Diff line change 27
27
public abstract class ReactorSchedulers {
28
28
29
29
/**
30
- * Create a scheduler backed by a single new thread, using {@link Schedulers#newSingle(String)} on Java < 21
31
- * and a custom Virtual Thread factory on Java >= 21.
30
+ * Create a scheduler backed by a single new thread, using {@link Schedulers#newSingle(String)} on Java < 21
31
+ * and a custom Virtual Thread factory on Java >e; 21.
32
32
* @param name component and thread name prefix
33
33
*/
34
34
public static Scheduler singleThread (String name ) {
You can’t perform that action at this time.
0 commit comments