You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/09/19 12:09:52 UTC

[incubator-iotdb] branch master updated: Update document affected by renaming RPC (#405)

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

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 1769a7c  Update document affected by renaming RPC (#405)
1769a7c is described below

commit 1769a7c242b62eb1e7b33bf5bc6aed5d79038d46
Author: Zesong Sun <sz...@mails.tsinghua.edu.cn>
AuthorDate: Thu Sep 19 20:09:47 2019 +0800

    Update document affected by renaming RPC (#405)
---
 docs/Documentation-CHN/UserGuide/6-JDBC API/2-Status Code.md | 2 +-
 docs/Documentation/UserGuide/6-JDBC API/2-Status Code.md     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/Documentation-CHN/UserGuide/6-JDBC API/2-Status Code.md b/docs/Documentation-CHN/UserGuide/6-JDBC API/2-Status Code.md
index 15f77d9..ade58a0 100644
--- a/docs/Documentation-CHN/UserGuide/6-JDBC API/2-Status Code.md	
+++ b/docs/Documentation-CHN/UserGuide/6-JDBC API/2-Status Code.md	
@@ -40,7 +40,7 @@ try {
 
 ```
 
-利用状态码,我们就可以不必写诸如`if (e.getErrorMessage().contains("exist"))`的代码,只需要使用`e.getStatusType().getCode() == TSStatusType.TIME_SERIES_NOT_EXIST_ERROR.getStatusCode()`。
+利用状态码,我们就可以不必写诸如`if (e.getErrorMessage().contains("exist"))`的代码,只需要使用`e.getStatusType().getCode() == TSStatusCode.TIME_SERIES_NOT_EXIST_ERROR.getStatusCode()`。
 
 这里是状态码和相对应信息的列表:
 
diff --git a/docs/Documentation/UserGuide/6-JDBC API/2-Status Code.md b/docs/Documentation/UserGuide/6-JDBC API/2-Status Code.md
index ea62c35..a697711 100644
--- a/docs/Documentation/UserGuide/6-JDBC API/2-Status Code.md	
+++ b/docs/Documentation/UserGuide/6-JDBC API/2-Status Code.md	
@@ -40,7 +40,7 @@ try {
 
 ```
 
-With Status Code, instead of writing codes like `if (e.getErrorMessage().contains("exist"))`, we can simply use `e.getStatusType().getCode() == TSStatusType.TIME_SERIES_NOT_EXIST_ERROR.getStatusCode()`.
+With Status Code, instead of writing codes like `if (e.getErrorMessage().contains("exist"))`, we can simply use `e.getStatusType().getCode() == TSStatusCode.TIME_SERIES_NOT_EXIST_ERROR.getStatusCode()`.
 
 Here is a list of Status Code and related message: