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 8b0db93786 Add error code 0-99. (#2140)
8b0db93786 is described below

commit 8b0db93786d7b7d0c18f95efb1f89f0c538d1d09
Author: Andy Cheung <[email protected]>
AuthorDate: Fri Feb 10 15:21:53 2023 +0800

    Add error code 0-99. (#2140)
    
    * Add 0-99.
    
    * 0-99
---
 content/zh/docs3-v2/java-sdk/faq/0/99.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/content/zh/docs3-v2/java-sdk/faq/0/99.md 
b/content/zh/docs3-v2/java-sdk/faq/0/99.md
new file mode 100644
index 0000000000..07b61269bd
--- /dev/null
+++ b/content/zh/docs3-v2/java-sdk/faq/0/99.md
@@ -0,0 +1,16 @@
+---
+type: docs
+title: "0-99 - 调用了过时 (Deprecated) 的方法"
+linkTitle: "0-99 - 调用了过时 (Deprecated) 的方法"
+weight: 99
+---
+
+### 可能的原因
+
+用户调用了过时 (Deprecated) 的方法。
+
+### 排查和解决步骤
+
+检查用户代码有没有调用了什么在目前所用的版本声明为 @Deprecated 的方法,如果有则按照其对应方法替代,如无则忽略即可。
+
+<p style="margin-top: 3rem;"> </p>
\ No newline at end of file

Reply via email to