Remove to rpcInvocation string (#10441)
This commit is contained in:
parent
fc02eaf1cb
commit
f66527a73a
|
|
@ -669,8 +669,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) + "]";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue