From d9a17af015e6b85916b05c08218e1899dbd10bac Mon Sep 17 00:00:00 2001 From: jackd320 Date: Mon, 21 Feb 2022 09:38:35 +0000 Subject: [PATCH] Signed-off-by: jackd320 --- interfaces/kits/js/declaration/@ohos.update.d.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/interfaces/kits/js/declaration/@ohos.update.d.ts b/interfaces/kits/js/declaration/@ohos.update.d.ts index 30799186..41132238 100644 --- a/interfaces/kits/js/declaration/@ohos.update.d.ts +++ b/interfaces/kits/js/declaration/@ohos.update.d.ts @@ -18,9 +18,8 @@ import { AsyncCallback, BussinessError } from "./basic"; /** * A static class to do update for device. * - * @devices all * @since 6 - * @Syscap SystemCapability.Updater.Raw + * @Syscap SystemCapability.Updater.update_service */ declare namespace update { /** @@ -311,9 +310,7 @@ declare namespace update { /** * A static class to do update for the specified device. * - * @devices all * @since 6 - * @Syscap SystemCapability.Updater.Raw */ export interface Updater { /** -- Gitee