You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2021/12/29 03:00:39 UTC

[iotdb] branch xingtanzjr/1229_fix_typo created (now b4735f2)

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

xingtanzjr pushed a change to branch xingtanzjr/1229_fix_typo
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at b4735f2  fix typo in comments

This branch includes the following new commits:

     new b4735f2  fix typo in comments

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 typo in comments

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

xingtanzjr pushed a commit to branch xingtanzjr/1229_fix_typo
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit b4735f274e6a39dd5f34a62293dadcf862e63703
Author: Jinrui 张金瑞 <ji...@JinruideMacBook-Pro.local>
AuthorDate: Wed Dec 29 10:53:56 2021 +0800

    fix typo in comments
---
 cluster/src/main/java/org/apache/iotdb/cluster/ClusterIoTDB.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cluster/src/main/java/org/apache/iotdb/cluster/ClusterIoTDB.java b/cluster/src/main/java/org/apache/iotdb/cluster/ClusterIoTDB.java
index 0c53ebd..bc7f66f 100644
--- a/cluster/src/main/java/org/apache/iotdb/cluster/ClusterIoTDB.java
+++ b/cluster/src/main/java/org/apache/iotdb/cluster/ClusterIoTDB.java
@@ -115,7 +115,7 @@ public class ClusterIoTDB implements ClusterIoTDBMBean {
 
   private final IoTDB iotdb = IoTDB.getInstance();
 
-  // Cluster IoTDB uses a individual registerManager with its parent.
+  // Cluster IoTDB uses an individual registerManager with its parent.
   private final RegisterManager registerManager = new RegisterManager();
 
   /**