Skip to content

Commit 5b9b98b

Browse files
committed
Fix doc refresh -> override
1 parent c73cce4 commit 5b9b98b

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
@@ -149,9 +149,9 @@ public Result invoke(Invocation inv) throws RpcException {
149149
}
150150
RpcUtils.attachInvocationIdIfAsync(getUrl(), invocation);
151151

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

0 commit comments

Comments
 (0)