mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 15:49:26 +00:00
compiler issue ?
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ public class InvocableHandlerMethod extends HandlerMethod {
|
||||
List<Publisher<Object>> argPublishers = getMethodArguments(request, providedArgs);
|
||||
|
||||
Publisher<Object[]> argValues = (!argPublishers.isEmpty() ?
|
||||
Publishers.zip(argPublishers, this::unwrapOptionalArgValues) :
|
||||
Publishers.<Tuple, Object[]>zip(argPublishers, this::unwrapOptionalArgValues) :
|
||||
Publishers.just(new Object[0]));
|
||||
|
||||
return Publishers.map(argValues, args -> {
|
||||
|
||||
Reference in New Issue
Block a user