compiler issue ?
This commit is contained in:
parent
71d1d11fac
commit
9ce5c7416b
|
|
@ -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 -> {
|
||||
|
|
|
|||
Loading…
Reference in New Issue