You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/11/07 11:24:07 UTC

[iotdb] branch fix_overlappedpage updated: for trigger test

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

hxd pushed a commit to branch fix_overlappedpage
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/fix_overlappedpage by this push:
     new e5b8864  for trigger test
e5b8864 is described below

commit e5b88643a0d122a3756cf92bcac8f21881a90070
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Sat Nov 7 19:22:19 2020 +0800

    for trigger test
---
 server/src/main/java/org/apache/iotdb/db/service/IoTDB.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/service/IoTDB.java b/server/src/main/java/org/apache/iotdb/db/service/IoTDB.java
index f56e7ca..dd88661 100644
--- a/server/src/main/java/org/apache/iotdb/db/service/IoTDB.java
+++ b/server/src/main/java/org/apache/iotdb/db/service/IoTDB.java
@@ -191,5 +191,5 @@ public class IoTDB implements IoTDBMBean {
 
     }
   }
-
+  //meaningless comment for trigger the test
 }