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 2727public abstract class ReactorSchedulers {
2828
2929 /**
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.
3232 * @param name component and thread name prefix
3333 */
3434 public static Scheduler singleThread (String name ) {
Original file line number Diff line number Diff line change 2727public abstract class ReactorSchedulers {
2828
2929 /**
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.
3232 * @param name component and thread name prefix
3333 */
3434 public static Scheduler singleThread (String name ) {
You can’t perform that action at this time.
0 commit comments