This is an automated email from the ASF dual-hosted git repository.

earthchen pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.2 by this push:
     new 10e7162268 Update DubboReference.java (#11621)
10e7162268 is described below

commit 10e7162268597fbee8e9e42db996969f10346cfa
Author: PlutoOfCharon <[email protected]>
AuthorDate: Tue Feb 21 10:27:46 2023 +0800

    Update DubboReference.java (#11621)
---
 .../main/java/org/apache/dubbo/config/annotation/DubboReference.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dubbo-common/src/main/java/org/apache/dubbo/config/annotation/DubboReference.java
 
b/dubbo-common/src/main/java/org/apache/dubbo/config/annotation/DubboReference.java
index bcf4869b78..05b8d83cde 100644
--- 
a/dubbo-common/src/main/java/org/apache/dubbo/config/annotation/DubboReference.java
+++ 
b/dubbo-common/src/main/java/org/apache/dubbo/config/annotation/DubboReference.java
@@ -163,7 +163,7 @@ public @interface DubboReference {
     String proxy() default "";
 
     /**
-     * Service stub name, use interface name + Local if not set
+     * Service stub name, use interface name + Stub if not set
      */
     String stub() default "";
 

Reply via email to