You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by lt...@apache.org on 2019/10/22 01:16:49 UTC

[incubator-iotdb] branch check_path_in_session updated: add ut

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

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


The following commit(s) were added to refs/heads/check_path_in_session by this push:
     new f3c00ca  add ut
f3c00ca is described below

commit f3c00ca716f16242313ef72436dd17785712c4c9
Author: lta <li...@163.com>
AuthorDate: Tue Oct 22 09:16:32 2019 +0800

    add ut
---
 session/src/main/java/org/apache/iotdb/session/Session.java | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/session/src/main/java/org/apache/iotdb/session/Session.java b/session/src/main/java/org/apache/iotdb/session/Session.java
index 32d7fa0..165e65a 100644
--- a/session/src/main/java/org/apache/iotdb/session/Session.java
+++ b/session/src/main/java/org/apache/iotdb/session/Session.java
@@ -388,11 +388,4 @@ public class Session {
     }
   }
 
-
-  public static void main(String[] args) {
-    System.out.println(
-        Pattern.matches("root([.](([a-zA-Z_][a-zA-Z0-9_-]*)|([+-]?[0-9]+)))+", "root.\tvehicle"));
-  }
-
-
 }