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 2020/04/28 06:17:17 UTC

[incubator-iotdb] branch master updated: rename insertInObject in SessionExample to insertRecordInObject

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 a73a74b  rename insertInObject in SessionExample to insertRecordInObject
a73a74b is described below

commit a73a74bc44eb4f3b043d64748cdf9de4276c46d0
Author: qiaojialin <64...@qq.com>
AuthorDate: Tue Apr 28 14:16:23 2020 +0800

    rename insertInObject in SessionExample to insertRecordInObject
---
 example/session/src/main/java/org/apache/iotdb/SessionExample.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/session/src/main/java/org/apache/iotdb/SessionExample.java b/example/session/src/main/java/org/apache/iotdb/SessionExample.java
index 65fb37f..6aa0e25 100644
--- a/example/session/src/main/java/org/apache/iotdb/SessionExample.java
+++ b/example/session/src/main/java/org/apache/iotdb/SessionExample.java
@@ -146,7 +146,7 @@ public class SessionExample {
     }
   }
 
-  private static void insertInObject()
+  private static void insertRecordInObject()
       throws IoTDBConnectionException, StatementExecutionException {
     String deviceId = "root.sg1.d1";
     List<String> measurements = new ArrayList<>();