Skip to content

Commit 47f4a44

Browse files
committed
Fix doc refresh -> override
1 parent d249ee7 commit 47f4a44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dubbo-rpc/dubbo-rpc-api/src/main/java/org/apache/dubbo/rpc/protocol/AbstractInvoker.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ public Result invoke(Invocation inv) throws RpcException {
150150
}
151151
RpcUtils.attachInvocationIdIfAsync(getUrl(), invocation);
152152

153-
// If we have attachment, refresh the attachment to ensure that the last invoke's attach does not affect this call.
153+
// If we have attachment, override the attachment to ensure that the last invoke's attach does not affect this call.
154154
// In most cases, attachments contains interface, timeout, group, and token.
155-
// These info should be refreshed in each invoke.
155+
// These info should be override in each invoke.
156156
//
157157
// See https://github.com/apache/incubator-dubbo/issues/2981
158158
if (attachment != null && attachment.size() > 0) {

0 commit comments

Comments
 (0)