Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
carryxyh committed Dec 28, 2018
1 parent d0514a6 commit 39d1ec7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public Result invoke(final Invocation invocation) throws RpcException {
Map<String, String> contextAttachments = RpcContext.getContext().getAttachments();
if (contextAttachments != null && contextAttachments.size() != 0) {
((RpcInvocation) invocation).addAttachments(contextAttachments);
// We need to remove the interface because the interface here may not come from last invoke.
// We need to remove the interface because the interface here may come from last invoke.
//
// See https://github.com/apache/incubator-dubbo/issues/2981
if (invocation.getAttachments() != null) {
Expand Down

0 comments on commit 39d1ec7

Please sign in to comment.