Skip to content

Commit 683da4f

Browse files
committed
minor improve
1 parent c51d447 commit 683da4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/event

iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/pipe/event/EnrichedEvent.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,9 +566,9 @@ public String coreReportMessage() {
566566
+ commitId
567567
+ "', replicateIndexForIoTV2="
568568
+ replicateIndexForIoTV2
569-
+ ", treePattern='"
569+
+ ", treePatterns='"
570570
+ treePatterns
571-
+ "', tablePatterns='"
571+
+ "', tablePattern='"
572572
+ tablePattern
573573
+ "', startTime="
574574
+ startTime

0 commit comments

Comments
 (0)