From e0b066996eb6aad23412872344b7f17b87c07a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=B3=BD?= <549890525@qq.com> Date: Sun, 7 Aug 2022 20:42:53 +0800 Subject: [PATCH] fix:change scheme to schee MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 杨树泽 <549890525@qq.com> --- adapter/ohos/UriInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adapter/ohos/UriInfo.java b/adapter/ohos/UriInfo.java index 3ae1c150..5a7ea6da 100644 --- a/adapter/ohos/UriInfo.java +++ b/adapter/ohos/UriInfo.java @@ -19,7 +19,7 @@ public class UriInfo { /** * Indicates the schema of ModuleUriInfo. */ - public String scheme = ""; + public String schee = ""; /** * Indicates the host of ModuleUriInfo. */ -- Gitee