Skip to content

Commit

Permalink
更新 ConfigSyncType.java
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Song <nobodyiam@gmail.com>
  • Loading branch information
jackie-coming and nobodyiam authored Dec 22, 2024
1 parent 7d1ffd7 commit a5a47e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit a5a47e4

Please sign in to comment.