File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
dubbo-cluster/src/main/java/org/apache/dubbo/rpc/cluster/support Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments