Consistent nullability for concurrent result

This commit is contained in:
Juergen Hoeller
2024-01-24 11:43:36 +01:00
parent d7778c0212
commit b92877990d
3 changed files with 10 additions and 6 deletions

View File

@@ -166,6 +166,7 @@ public final class WebAsyncManager {
* concurrent handling raised one.
* @see #clearConcurrentResult()
*/
@Nullable
public Object getConcurrentResult() {
return this.concurrentResult;
}