From 27d8a89dd8510768da35cddc910a6306a5108e29 Mon Sep 17 00:00:00 2001 From: renpengfei Date: Thu, 8 Jul 2021 15:01:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=89=88=E6=9D=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/de/adorsys/ohos/securestoragetest/MainAbility.java | 2 +- .../java/de/adorsys/ohos/securestoragetest/MyApplication.java | 2 +- .../adorsys/ohos/securestoragetest/slice/MainAbilitySlice.java | 2 +- .../java/de/adorsys/ohos/securestoragetest/ExampleOhosTest.java | 2 +- .../main/java/de/adorsys/ohos/securestoragelibrary/IoUtils.java | 2 +- .../de/adorsys/ohos/securestoragelibrary/PreferenceUtils.java | 2 +- .../java/de/adorsys/ohos/securestoragelibrary/RsaUtils.java | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/entry/src/main/java/de/adorsys/ohos/securestoragetest/MainAbility.java b/entry/src/main/java/de/adorsys/ohos/securestoragetest/MainAbility.java index 85a391d..07516de 100644 --- a/entry/src/main/java/de/adorsys/ohos/securestoragetest/MainAbility.java +++ b/entry/src/main/java/de/adorsys/ohos/securestoragetest/MainAbility.java @@ -2,7 +2,7 @@ * Copyright (C) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. - * You may obtain an copy of the License at + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/entry/src/main/java/de/adorsys/ohos/securestoragetest/MyApplication.java b/entry/src/main/java/de/adorsys/ohos/securestoragetest/MyApplication.java index 9cab4b8..332731a 100644 --- a/entry/src/main/java/de/adorsys/ohos/securestoragetest/MyApplication.java +++ b/entry/src/main/java/de/adorsys/ohos/securestoragetest/MyApplication.java @@ -2,7 +2,7 @@ * Copyright (C) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. - * You may obtain an copy of the License at + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/entry/src/main/java/de/adorsys/ohos/securestoragetest/slice/MainAbilitySlice.java b/entry/src/main/java/de/adorsys/ohos/securestoragetest/slice/MainAbilitySlice.java index d4d8ed6..4f0b04f 100644 --- a/entry/src/main/java/de/adorsys/ohos/securestoragetest/slice/MainAbilitySlice.java +++ b/entry/src/main/java/de/adorsys/ohos/securestoragetest/slice/MainAbilitySlice.java @@ -2,7 +2,7 @@ * Copyright (C) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. - * You may obtain an copy of the License at + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/entry/src/ohosTest/java/de/adorsys/ohos/securestoragetest/ExampleOhosTest.java b/entry/src/ohosTest/java/de/adorsys/ohos/securestoragetest/ExampleOhosTest.java index f39643c..985184e 100644 --- a/entry/src/ohosTest/java/de/adorsys/ohos/securestoragetest/ExampleOhosTest.java +++ b/entry/src/ohosTest/java/de/adorsys/ohos/securestoragetest/ExampleOhosTest.java @@ -2,7 +2,7 @@ * Copyright (C) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. - * You may obtain an copy of the License at + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/securestoragelibrary/src/main/java/de/adorsys/ohos/securestoragelibrary/IoUtils.java b/securestoragelibrary/src/main/java/de/adorsys/ohos/securestoragelibrary/IoUtils.java index 50fad9d..9eb1d09 100644 --- a/securestoragelibrary/src/main/java/de/adorsys/ohos/securestoragelibrary/IoUtils.java +++ b/securestoragelibrary/src/main/java/de/adorsys/ohos/securestoragelibrary/IoUtils.java @@ -2,7 +2,7 @@ * Copyright (C) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. - * You may obtain an copy of the License at + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/securestoragelibrary/src/main/java/de/adorsys/ohos/securestoragelibrary/PreferenceUtils.java b/securestoragelibrary/src/main/java/de/adorsys/ohos/securestoragelibrary/PreferenceUtils.java index 36613d7..6a20df8 100644 --- a/securestoragelibrary/src/main/java/de/adorsys/ohos/securestoragelibrary/PreferenceUtils.java +++ b/securestoragelibrary/src/main/java/de/adorsys/ohos/securestoragelibrary/PreferenceUtils.java @@ -2,7 +2,7 @@ * Copyright (C) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. - * You may obtain an copy of the License at + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * diff --git a/securestoragelibrary/src/main/java/de/adorsys/ohos/securestoragelibrary/RsaUtils.java b/securestoragelibrary/src/main/java/de/adorsys/ohos/securestoragelibrary/RsaUtils.java index 8ad4e89..0bc8af5 100644 --- a/securestoragelibrary/src/main/java/de/adorsys/ohos/securestoragelibrary/RsaUtils.java +++ b/securestoragelibrary/src/main/java/de/adorsys/ohos/securestoragelibrary/RsaUtils.java @@ -2,7 +2,7 @@ * Copyright (C) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. - * You may obtain an copy of the License at + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * -- Gitee