From b8155861e9fba923ba2661759c0fd64983e1c401 Mon Sep 17 00:00:00 2001 From: qiuxiangdong Date: Wed, 27 Jul 2022 17:37:45 +0800 Subject: [PATCH] fix: modifying file name Signed-off-by: qiuxiangdong Change-Id: I077520e7228667579f5ce8811471b5d591fa4793 --- api/{@ohos.batteryinfo.d.ts => @ohos.batteryInfo.d.ts} | 0 api/{@ohos.runninglock.d.ts => @ohos.runningLock.d.ts} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename api/{@ohos.batteryinfo.d.ts => @ohos.batteryInfo.d.ts} (100%) rename api/{@ohos.runninglock.d.ts => @ohos.runningLock.d.ts} (99%) diff --git a/api/@ohos.batteryinfo.d.ts b/api/@ohos.batteryInfo.d.ts similarity index 100% rename from api/@ohos.batteryinfo.d.ts rename to api/@ohos.batteryInfo.d.ts diff --git a/api/@ohos.runninglock.d.ts b/api/@ohos.runningLock.d.ts similarity index 99% rename from api/@ohos.runninglock.d.ts rename to api/@ohos.runningLock.d.ts index 9f9c4b49790..d9365fbcf38 100644 --- a/api/@ohos.runninglock.d.ts +++ b/api/@ohos.runningLock.d.ts @@ -13,7 +13,7 @@ * limitations under the License. */ -import {AsyncCallback} from './basic.d.ts'; +import {AsyncCallback} from './basic'; /** * Provides a mechanism to prevent the system from hibernating so that the applications can run in the background or -- Gitee