From ecf6c33966552fddac75d80c548b2a0e4c8ba1ee Mon Sep 17 00:00:00 2001 From: fangjinliang Date: Mon, 18 Jul 2022 22:06:21 +0800 Subject: [PATCH] note modify Signed-off-by: fangjinliang --- services/distributed/include/distributed_preferences_info.h | 1 - 1 file changed, 1 deletion(-) diff --git a/services/distributed/include/distributed_preferences_info.h b/services/distributed/include/distributed_preferences_info.h index cb00bca5e..612b1653d 100644 --- a/services/distributed/include/distributed_preferences_info.h +++ b/services/distributed/include/distributed_preferences_info.h @@ -73,7 +73,6 @@ public: * * @param userId Indicates the specific user. * @param enabled Allow or disallow sync notifications. - * @return Returns set enabled result. */ void SetSyncEnabledWithoutApp(const int32_t userId, const bool enabled); ErrCode GetSyncEnabledWithoutApp(const int32_t userId, bool &enabled); -- Gitee