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

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


The following commit(s) were added to refs/heads/master by this push:
     new ebe335c  Remove extra commas to make the param annotation take effect 
(#2295)
ebe335c is described below

commit ebe335c8c96e8a0c263c576981525e00f3cf4046
Author: Benedict Jin <[email protected]>
AuthorDate: Mon Dec 21 10:07:25 2020 +0800

    Remove extra commas to make the param annotation take effect (#2295)
---
 .../src/main/java/org/apache/iotdb/cluster/metadata/CMManager.java    | 4 ++--
 .../main/java/org/apache/iotdb/db/metadata/logfile/MLogWriter.java    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/cluster/src/main/java/org/apache/iotdb/cluster/metadata/CMManager.java 
b/cluster/src/main/java/org/apache/iotdb/cluster/metadata/CMManager.java
index ceef221..5afc7d0 100644
--- a/cluster/src/main/java/org/apache/iotdb/cluster/metadata/CMManager.java
+++ b/cluster/src/main/java/org/apache/iotdb/cluster/metadata/CMManager.java
@@ -488,7 +488,7 @@ public class CMManager extends MManager {
   /**
    * Create timeseries automatically for an InsertPlan.
    *
-   * @param insertPlan, some of the timeseries in it are not created yet
+   * @param insertPlan some of the timeseries in it are not created yet
    * @return true of all uncreated timeseries are created
    */
   public boolean createTimeseries(InsertPlan insertPlan)
@@ -1154,7 +1154,7 @@ public class CMManager extends MManager {
   /**
    * Get all paths after removing wildcards in the path
    *
-   * @param originalPaths, a list of paths, potentially with wildcard
+   * @param originalPaths a list of paths, potentially with wildcard
    * @return a pair of path lists, the first are the existing full paths, the 
second are invalid
    * original paths
    */
diff --git 
a/server/src/main/java/org/apache/iotdb/db/metadata/logfile/MLogWriter.java 
b/server/src/main/java/org/apache/iotdb/db/metadata/logfile/MLogWriter.java
index 9628c62..6191141 100644
--- a/server/src/main/java/org/apache/iotdb/db/metadata/logfile/MLogWriter.java
+++ b/server/src/main/java/org/apache/iotdb/db/metadata/logfile/MLogWriter.java
@@ -339,7 +339,7 @@ public class MLogWriter implements AutoCloseable {
 
   /**
    * upgrade from mlog.txt to mlog.bin
-   * @param cmd, the old meta operation
+   * @param cmd the old meta operation
    * @throws IOException
    * @throws MetadataException
    */

Reply via email to