Skip to content

Commit c73cce4

Browse files
committed
Fix doc
1 parent 7a10b8e commit c73cce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dubbo-cluster/src/main/java/org/apache/dubbo/rpc/cluster/support/AbstractClusterInvoker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public Result invoke(final Invocation invocation) throws RpcException {
234234
Map<String, String> contextAttachments = RpcContext.getContext().getAttachments();
235235
if (contextAttachments != null && contextAttachments.size() != 0) {
236236
((RpcInvocation) invocation).addAttachments(contextAttachments);
237-
// We need to remove the interface because the interface here may not come from last invoke.
237+
// We need to remove the interface because the interface here may come from last invoke.
238238
//
239239
// See https://github.com/apache/incubator-dubbo/issues/2981
240240
if (invocation.getAttachments() != null) {

0 commit comments

Comments
 (0)