We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02e783 commit ad2ad37Copy full SHA for ad2ad37
src/main/java/com/rabbitmq/tools/jsonrpc/JsonRpcClient.java
@@ -237,7 +237,7 @@ public Object call(String[] args)
237
238
Object[] actuals = new Object[arity];
239
for (int count = 0; count < params.length; count++) {
240
- actuals[count] = coerce(args[count + 1], params[count].type);
+ actuals[count] = coerce(args[count + 1], params[count].getType());
241
}
242
243
return call(method, actuals);
0 commit comments