From a5a47e4081536c958d1649297a9badeef83cdfe9 Mon Sep 17 00:00:00 2001 From: kai <64013698+jackie-coming@users.noreply.github.com> Date: Sun, 22 Dec 2024 12:46:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20ConfigSyncType.java?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jason Song --- .../com/ctrip/framework/apollo/core/enums/ConfigSyncType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apollo-core/src/main/java/com/ctrip/framework/apollo/core/enums/ConfigSyncType.java b/apollo-core/src/main/java/com/ctrip/framework/apollo/core/enums/ConfigSyncType.java index c34545d1..4b151441 100644 --- a/apollo-core/src/main/java/com/ctrip/framework/apollo/core/enums/ConfigSyncType.java +++ b/apollo-core/src/main/java/com/ctrip/framework/apollo/core/enums/ConfigSyncType.java @@ -21,7 +21,7 @@ /** * This enum represents all the possible Configuration sync types * - * @author jason + * @since 2.0.0 */ public enum ConfigSyncType { FULL_SYNC("FullSync"), INCREMENTAL_SYNC("IncrementalSync"), UNKNOWN("Unknown");