From 39d1ec7f0410c8dbbe8a37649cb5d4ca57063597 Mon Sep 17 00:00:00 2001 From: xiuyuhang <442367943@qq.com> Date: Wed, 19 Dec 2018 20:18:22 +0800 Subject: [PATCH] Fix doc --- .../dubbo/rpc/cluster/support/AbstractClusterInvoker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dubbo-cluster/src/main/java/org/apache/dubbo/rpc/cluster/support/AbstractClusterInvoker.java b/dubbo-cluster/src/main/java/org/apache/dubbo/rpc/cluster/support/AbstractClusterInvoker.java index 4d303a62aff4..80d7b9f0d56a 100644 --- a/dubbo-cluster/src/main/java/org/apache/dubbo/rpc/cluster/support/AbstractClusterInvoker.java +++ b/dubbo-cluster/src/main/java/org/apache/dubbo/rpc/cluster/support/AbstractClusterInvoker.java @@ -234,7 +234,7 @@ public Result invoke(final Invocation invocation) throws RpcException { Map 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) {