You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2021/06/17 03:53:23 UTC

[iotdb] branch jira_1442 updated: apply spotless

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

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


The following commit(s) were added to refs/heads/jira_1442 by this push:
     new 9ff3aa3  apply spotless
9ff3aa3 is described below

commit 9ff3aa350c042814236ee7267aea94cf54292494
Author: jt2594838 <jt...@163.com>
AuthorDate: Thu Jun 17 11:52:59 2021 +0800

    apply spotless
---
 .../iotdb/cluster/query/reader/ClusterReaderFactoryTest.java | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/cluster/src/test/java/org/apache/iotdb/cluster/query/reader/ClusterReaderFactoryTest.java b/cluster/src/test/java/org/apache/iotdb/cluster/query/reader/ClusterReaderFactoryTest.java
index 71fb03c..21ec343 100644
--- a/cluster/src/test/java/org/apache/iotdb/cluster/query/reader/ClusterReaderFactoryTest.java
+++ b/cluster/src/test/java/org/apache/iotdb/cluster/query/reader/ClusterReaderFactoryTest.java
@@ -19,11 +19,6 @@
 
 package org.apache.iotdb.cluster.query.reader;
 
-import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertNull;
-
-import java.io.IOException;
-import java.util.HashSet;
 import org.apache.iotdb.cluster.common.TestUtils;
 import org.apache.iotdb.cluster.query.BaseQueryTest;
 import org.apache.iotdb.cluster.query.RemoteQueryContext;
@@ -34,8 +29,15 @@ import org.apache.iotdb.db.exception.query.QueryProcessException;
 import org.apache.iotdb.db.metadata.PartialPath;
 import org.apache.iotdb.db.query.control.QueryResourceManager;
 import org.apache.iotdb.db.query.reader.series.SeriesRawDataBatchReader;
+
 import org.junit.Test;
 
+import java.io.IOException;
+import java.util.HashSet;
+
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertNull;
+
 public class ClusterReaderFactoryTest extends BaseQueryTest {
 
   @Test