This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new dd1350ec73 [fix] issue (#1304)
dd1350ec73 is described below
commit dd1350ec735e05350c2fa67074a0a671d700f985
Author: JIAN ZHONG <[email protected]>
AuthorDate: Mon Aug 1 10:43:58 2022 +0800
[fix] issue (#1304)
* [fix] issue
* [fix]
---
.../docs3-v2/java-sdk/concepts-and-architecture/service-invocation.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/content/zh/docs3-v2/java-sdk/concepts-and-architecture/service-invocation.md
b/content/zh/docs3-v2/java-sdk/concepts-and-architecture/service-invocation.md
index 4399756b1a..692b92bcbe 100644
---
a/content/zh/docs3-v2/java-sdk/concepts-and-architecture/service-invocation.md
+++
b/content/zh/docs3-v2/java-sdk/concepts-and-architecture/service-invocation.md
@@ -75,7 +75,7 @@ public interface ClusterFilter extends BaseFilter {
@Activate(group = CommonConstants.CONSUMER)
```
-如果需要在 Consumer 侧生效 `Filter` 或 `ClusterFilter`,需要增加 `@Activate` 注解,并且需要指定
`group` 的值为 `provider`。
+如果需要在 Provider 侧生效 `Filter` 或 `ClusterFilter`,需要增加 `@Activate` 注解,并且需要指定
`group` 的值为 `provider`。
```java
@Activate(group = CommonConstants.PROVIDER)