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 2021/09/24 07:41:35 UTC

[iotdb] branch cluster- updated: apply spotless

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

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


The following commit(s) were added to refs/heads/cluster- by this push:
     new d23062c  apply spotless
d23062c is described below

commit d23062c3200a8c8947ca3a86268cafa3d9c1bdef
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Fri Sep 24 15:40:59 2021 +0800

    apply spotless
---
 checkstyle.xml                                              | 2 +-
 server/src/main/java/org/apache/iotdb/db/service/IoTDB.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/checkstyle.xml b/checkstyle.xml
index 76fe6e1..0a9d199 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -227,4 +227,4 @@
         </module>
         <module name="CommentsIndentation"/>
     </module>
-</module>
\ No newline at end of file
+</module>
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 dbaba94..dd383ea 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
@@ -192,7 +192,7 @@ public class IoTDB implements IoTDBMBean {
   }
 
   public void shutdown() throws Exception {
-    //TODO shutdown is not equal to stop()
+    // TODO shutdown is not equal to stop()
     logger.info("Deactivating IoTDB...");
     if (IoTDBDescriptor.getInstance().getConfig().isEnablePerformanceTracing()) {
       TracingManager.getInstance().close();