You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by he...@apache.org on 2024/02/27 07:38:01 UTC

(shenyu) branch master updated: [type:fix] fix comments (#5456)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3c62bec1ab [type:fix] fix comments (#5456)
3c62bec1ab is described below

commit 3c62bec1ab23126c608a1c033535cb825e42acf7
Author: hdgaadd <53...@users.noreply.github.com>
AuthorDate: Tue Feb 27 15:37:55 2024 +0800

    [type:fix] fix comments (#5456)
    
    Co-authored-by: hdgaadd <hd...@gmail.com>
---
 .../org/apache/shenyu/sync/data/core/AbstractNodeDataSyncService.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shenyu-sync-data-center/shenyu-sync-data-api/src/main/java/org/apache/shenyu/sync/data/core/AbstractNodeDataSyncService.java b/shenyu-sync-data-center/shenyu-sync-data-api/src/main/java/org/apache/shenyu/sync/data/core/AbstractNodeDataSyncService.java
index 3ba68d5a24..b740d9eb58 100644
--- a/shenyu-sync-data-center/shenyu-sync-data-api/src/main/java/org/apache/shenyu/sync/data/core/AbstractNodeDataSyncService.java
+++ b/shenyu-sync-data-center/shenyu-sync-data-api/src/main/java/org/apache/shenyu/sync/data/core/AbstractNodeDataSyncService.java
@@ -43,7 +43,7 @@ import java.util.Optional;
 import java.util.function.Consumer;
 
 /**
- * AbstractPathDataSyncService.
+ * AbstractNodeDataSyncService.
  * Abstract method to monitor child node changes.
  */
 public abstract class AbstractNodeDataSyncService {