Merge pull request #21239 from taosdata/docs/wade-20230510

docs: resolve format error
This commit is contained in:
wade zhang 2023-05-10 14:33:51 +08:00 committed by GitHub
commit 752ae77f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,7 @@ public class ParameterBindingDemo {
用于设定 TAGS 取值的方法总共有: 用于设定 TAGS 取值的方法总共有:
````java ```java
public void setTagNull(int index, int type) public void setTagNull(int index, int type)
public void setTagBoolean(int index, boolean value) public void setTagBoolean(int index, boolean value)
public void setTagInt(int index, int value) public void setTagInt(int index, int value)