未验证 提交 cac47500 编写于 作者: A Albumen Kevin 提交者: GitHub

[2.7] Remove to rpcInvocation string (#10460)

上级 787d26d1
......@@ -440,8 +440,7 @@ public class RpcInvocation implements Invocation, Serializable {
@Override
public String toString() {
return "RpcInvocation [methodName=" + methodName + ", parameterTypes="
+ Arrays.toString(parameterTypes) + ", arguments=" + Arrays.toString(arguments)
+ ", attachments=" + attachments + "]";
+ Arrays.toString(parameterTypes) + "]";
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册