Skip to content

Commit

Permalink
[2.7] Remove to rpcInvocation string (#10460)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Aug 15, 2022
1 parent 787d26d commit cac4750
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -440,8 +440,7 @@ public void setInvokeMode(InvokeMode invokeMode) {
@Override
public String toString() {
return "RpcInvocation [methodName=" + methodName + ", parameterTypes="
+ Arrays.toString(parameterTypes) + ", arguments=" + Arrays.toString(arguments)
+ ", attachments=" + attachments + "]";
+ Arrays.toString(parameterTypes) + "]";
}

}

0 comments on commit cac4750

Please sign in to comment.