From 9da078ddbb430e9344743bd7831f77f95bd8487c Mon Sep 17 00:00:00 2001 From: wufengshan Date: Wed, 1 Jun 2022 09:39:34 +0800 Subject: [PATCH] =?UTF-8?q?fixed=201a7e2ea=20from=20https://gitee.com/Omeg?= =?UTF-8?q?a11/interface=5Fsdk-js/pulls/1877=20=E5=88=A0=E9=99=A4api9?= =?UTF-8?q?=E6=9D=83=E9=99=90=E5=BA=9F=E5=BC=83=E7=9B=B8=E5=85=B3=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wufengshan --- api/@ohos.data.distributedDataObject.d.ts | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/api/@ohos.data.distributedDataObject.d.ts b/api/@ohos.data.distributedDataObject.d.ts index c300257a74..ac9d6683f1 100644 --- a/api/@ohos.data.distributedDataObject.d.ts +++ b/api/@ohos.data.distributedDataObject.d.ts @@ -82,19 +82,13 @@ declare namespace distributedDataObject { * @since 8 */ interface DistributedObject { - /** - * Change object session. - * @param sessionId The sessionId to be joined, if empty, leave all session. - * @return Operation result, true is success, false is failed. - * @depcreated since 9 - * @since 8 - */ - /** - * Change object session. - * @param sessionId The sessionId to be joined, if empty, leave all session. - * @return Operation result, true is success, false is failed. + /* + * Change object session + * + * @param sessionId The sessionId to be joined, if empty, leave all session + * @return Operation result, true is success, false is failed * @permission ohos.permission.DISTRIBUTED_DATASYNC - * @since 9 + * @since 8 */ setSessionId(sessionId?: string): boolean; -- Gitee