Polishing

This commit is contained in:
Juergen Hoeller
2018-07-31 23:57:19 +02:00
parent 65d5cb3663
commit 9b671f8408
4 changed files with 23 additions and 24 deletions

View File

@@ -111,8 +111,8 @@ class ReactiveTypeHandler {
/**
* Process the given reactive return value and decide whether to adapt it
* to a {@link ResponseBodyEmitter} or a {@link DeferredResult}.
* @return an emitter for streaming or {@code null} if handled internally
* with a {@link DeferredResult}.
* @return an emitter for streaming, or {@code null} if handled internally
* with a {@link DeferredResult}
*/
@Nullable
public ResponseBodyEmitter handleValue(Object returnValue, MethodParameter returnType,