Polishing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2022 the original author or authors.
|
||||
* Copyright 2002-2023 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -51,7 +51,7 @@ public class BlockingExecutionConfigurer {
|
||||
/**
|
||||
* Configure a predicate to decide if a controller method is blocking and
|
||||
* should be called on a separate thread if an executor is
|
||||
* {@link #setExecutor configured}.
|
||||
* {@linkplain #setExecutor configured}.
|
||||
* <p>The default predicate matches controller methods whose return type is
|
||||
* not recognized by the configured
|
||||
* {@link org.springframework.core.ReactiveAdapterRegistry}.
|
||||
|
||||
@@ -151,7 +151,7 @@ public class RequestMappingHandlerAdapter
|
||||
* Provide a predicate to decide which controller methods to invoke through
|
||||
* the configured {@link #setBlockingExecutor blockingExecutor}.
|
||||
* <p>If an executor is configured, the default predicate matches controller
|
||||
* methods whose return type not recognized by the configured
|
||||
* methods whose return type is not recognized by the configured
|
||||
* {@link org.springframework.core.ReactiveAdapterRegistry}.
|
||||
* @param predicate the predicate to use
|
||||
* @since 6.1
|
||||
|
||||
Reference in New Issue
Block a user