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

[iotdb] branch RE11Bug updated: fix bug

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

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


The following commit(s) were added to refs/heads/RE11Bug by this push:
     new 6acf1d1  fix bug
6acf1d1 is described below

commit 6acf1d1e1765006a2b5dd47f43651eb3374def6b
Author: JackieTien97 <Ja...@foxmail.com>
AuthorDate: Wed Nov 11 11:41:03 2020 +0800

    fix bug
---
 server/src/main/java/org/apache/iotdb/db/service/TSServiceImpl.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/service/TSServiceImpl.java b/server/src/main/java/org/apache/iotdb/db/service/TSServiceImpl.java
index 2a76cc2..0d2ab43 100644
--- a/server/src/main/java/org/apache/iotdb/db/service/TSServiceImpl.java
+++ b/server/src/main/java/org/apache/iotdb/db/service/TSServiceImpl.java
@@ -27,7 +27,6 @@ import java.time.ZoneId;
 import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.Collections;
-import java.util.HashSet;
 import java.util.LinkedHashSet;
 import java.util.List;
 import java.util.Map;