You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xu...@apache.org on 2022/01/18 01:08:21 UTC

[iotdb] branch fix_jdbc_bug_xkf created (now ad64b77)

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

xuekaifeng pushed a change to branch fix_jdbc_bug_xkf
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at ad64b77  fix format

This branch includes the following new commits:

     new ad64b77  fix format

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[iotdb] 01/01: fix format

Posted by xu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ad64b7728320648ffb6c6677b7c42224417b545b
Author: 151250176 <15...@smail.nju.edu.cn>
AuthorDate: Tue Jan 18 09:07:24 2022 +0800

    fix format
---
 jdbc/src/test/java/org/apache/iotdb/jdbc/UtilsTest.java | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/jdbc/src/test/java/org/apache/iotdb/jdbc/UtilsTest.java b/jdbc/src/test/java/org/apache/iotdb/jdbc/UtilsTest.java
index 3c888ca..a8ec175 100644
--- a/jdbc/src/test/java/org/apache/iotdb/jdbc/UtilsTest.java
+++ b/jdbc/src/test/java/org/apache/iotdb/jdbc/UtilsTest.java
@@ -18,18 +18,20 @@
  */
 package org.apache.iotdb.jdbc;
 
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertTrue;
-import static org.junit.Assert.fail;
-
-import java.util.Properties;
 import org.apache.iotdb.rpc.RpcUtils;
 import org.apache.iotdb.rpc.TSStatusCode;
 import org.apache.iotdb.service.rpc.thrift.TSStatus;
+
 import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;
 
+import java.util.Properties;
+
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertTrue;
+import static org.junit.Assert.fail;
+
 public class UtilsTest {
 
   @Before