This is an automated email from the ASF dual-hosted git repository.
albumenj 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 46b0110718 fix issue #11277 (#11288)
46b0110718 is described below
commit 46b01107189d6f3e306e9129bd2024086bfa15b5
Author: yshuoo <[email protected]>
AuthorDate: Thu Jan 12 17:46:39 2023 +0800
fix issue #11277 (#11288)
Co-authored-by: keshi.ys <[email protected]>
---
.../main/java/org/apache/dubbo/config/AbstractInterfaceConfig.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/dubbo-common/src/main/java/org/apache/dubbo/config/AbstractInterfaceConfig.java
b/dubbo-common/src/main/java/org/apache/dubbo/config/AbstractInterfaceConfig.java
index 1fb31d698a..be1c23f69b 100644
---
a/dubbo-common/src/main/java/org/apache/dubbo/config/AbstractInterfaceConfig.java
+++
b/dubbo-common/src/main/java/org/apache/dubbo/config/AbstractInterfaceConfig.java
@@ -643,7 +643,7 @@ public abstract class AbstractInterfaceConfig extends
AbstractMethodConfig {
/**
* @param application
- * @deprecated Use {@link
AbstractInterfaceConfig#setScopeModel(ScopeModel)}
+ * @deprecated Use {@link AbstractConfig#setScopeModel(ScopeModel)}
*/
@Deprecated
public void setApplication(ApplicationConfig application) {
@@ -662,7 +662,7 @@ public abstract class AbstractInterfaceConfig extends
AbstractMethodConfig {
/**
* @param module
- * @deprecated Use {@link
AbstractInterfaceConfig#setScopeModel(ScopeModel)}
+ * @deprecated Use {@link AbstractConfig#setScopeModel(ScopeModel)}
*/
@Deprecated
public void setModule(ModuleConfig module) {