From da99e402405cfec16c2a1aa29c8fcfd07209808c Mon Sep 17 00:00:00 2001 From: wufengshan Date: Tue, 31 May 2022 14:26:57 +0800 Subject: [PATCH] =?UTF-8?q?fixed=2001091c0=20from=20https://gitee.com/Omeg?= =?UTF-8?q?a11/interface=5Fsdk-js/pulls/1866=20fixed=2055b6fb8=20from=20ht?= =?UTF-8?q?tps://gitee.com/Omega11/interface=5Fsdk-js/pulls/1865=20?= =?UTF-8?q?=E5=88=A0=E9=99=A4api9=E6=9D=83=E9=99=90=E5=BA=9F=E5=BC=83?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=8F=8F=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 | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/api/@ohos.data.distributedDataObject.d.ts b/api/@ohos.data.distributedDataObject.d.ts index c300257a74..c5cac516cf 100644 --- a/api/@ohos.data.distributedDataObject.d.ts +++ b/api/@ohos.data.distributedDataObject.d.ts @@ -83,18 +83,12 @@ declare namespace distributedDataObject { */ 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