From 136d650916a06383b541ce11a631b9f20145412e Mon Sep 17 00:00:00 2001 From: chenjianpeng Date: Thu, 8 Jul 2021 11:30:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9D=83=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/flask/colorpicker/cameralibrary/util/NumCalcUtil.java | 2 +- .../main/java/com/donkingliang/imageselector/ImageAbility.java | 2 +- .../main/java/com/donkingliang/imageselector/MainAbility.java | 2 +- .../main/java/com/donkingliang/imageselector/MyApplication.java | 2 +- .../donkingliang/imageselector/imageloader/UilImageLoader.java | 2 +- .../main/java/com/donkingliang/imageselector/util/Constant.java | 2 +- .../main/java/com/donkingliang/imageselector/util/HeLog.java | 2 +- .../ohosTest/java/com/donkingliang/imageselector/Constant.java | 2 +- .../java/com/donkingliang/imageselector/MainAbilityTest.java | 2 +- .../src/main/java/com/lzy/imagepicker/util/NumCalcUtil.java | 2 +- ucrop/src/main/java/com/yalantis/ucrop/util/NumCalcUtil.java | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cameralibrary/src/main/java/com/flask/colorpicker/cameralibrary/util/NumCalcUtil.java b/cameralibrary/src/main/java/com/flask/colorpicker/cameralibrary/util/NumCalcUtil.java index 9bc55e4..5001979 100644 --- a/cameralibrary/src/main/java/com/flask/colorpicker/cameralibrary/util/NumCalcUtil.java +++ b/cameralibrary/src/main/java/com/flask/colorpicker/cameralibrary/util/NumCalcUtil.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/com/donkingliang/imageselector/ImageAbility.java b/entry/src/main/java/com/donkingliang/imageselector/ImageAbility.java index 412ed5a..cfc9d57 100644 --- a/entry/src/main/java/com/donkingliang/imageselector/ImageAbility.java +++ b/entry/src/main/java/com/donkingliang/imageselector/ImageAbility.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/com/donkingliang/imageselector/MainAbility.java b/entry/src/main/java/com/donkingliang/imageselector/MainAbility.java index 9117ae6..3b4e87e 100644 --- a/entry/src/main/java/com/donkingliang/imageselector/MainAbility.java +++ b/entry/src/main/java/com/donkingliang/imageselector/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/com/donkingliang/imageselector/MyApplication.java b/entry/src/main/java/com/donkingliang/imageselector/MyApplication.java index 001ee9c..8ff131c 100644 --- a/entry/src/main/java/com/donkingliang/imageselector/MyApplication.java +++ b/entry/src/main/java/com/donkingliang/imageselector/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/com/donkingliang/imageselector/imageloader/UilImageLoader.java b/entry/src/main/java/com/donkingliang/imageselector/imageloader/UilImageLoader.java index fcbe894..01797d7 100644 --- a/entry/src/main/java/com/donkingliang/imageselector/imageloader/UilImageLoader.java +++ b/entry/src/main/java/com/donkingliang/imageselector/imageloader/UilImageLoader.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/com/donkingliang/imageselector/util/Constant.java b/entry/src/main/java/com/donkingliang/imageselector/util/Constant.java index d18297c..4f18beb 100644 --- a/entry/src/main/java/com/donkingliang/imageselector/util/Constant.java +++ b/entry/src/main/java/com/donkingliang/imageselector/util/Constant.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/com/donkingliang/imageselector/util/HeLog.java b/entry/src/main/java/com/donkingliang/imageselector/util/HeLog.java index 584cfd0..ddfc0fd 100644 --- a/entry/src/main/java/com/donkingliang/imageselector/util/HeLog.java +++ b/entry/src/main/java/com/donkingliang/imageselector/util/HeLog.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/com/donkingliang/imageselector/Constant.java b/entry/src/ohosTest/java/com/donkingliang/imageselector/Constant.java index bcc123f..3ed2029 100644 --- a/entry/src/ohosTest/java/com/donkingliang/imageselector/Constant.java +++ b/entry/src/ohosTest/java/com/donkingliang/imageselector/Constant.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/com/donkingliang/imageselector/MainAbilityTest.java b/entry/src/ohosTest/java/com/donkingliang/imageselector/MainAbilityTest.java index 425097d..9339e24 100644 --- a/entry/src/ohosTest/java/com/donkingliang/imageselector/MainAbilityTest.java +++ b/entry/src/ohosTest/java/com/donkingliang/imageselector/MainAbilityTest.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/imagepicker/src/main/java/com/lzy/imagepicker/util/NumCalcUtil.java b/imagepicker/src/main/java/com/lzy/imagepicker/util/NumCalcUtil.java index de5bae1..a1d6179 100644 --- a/imagepicker/src/main/java/com/lzy/imagepicker/util/NumCalcUtil.java +++ b/imagepicker/src/main/java/com/lzy/imagepicker/util/NumCalcUtil.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/ucrop/src/main/java/com/yalantis/ucrop/util/NumCalcUtil.java b/ucrop/src/main/java/com/yalantis/ucrop/util/NumCalcUtil.java index c361c04..771a98d 100644 --- a/ucrop/src/main/java/com/yalantis/ucrop/util/NumCalcUtil.java +++ b/ucrop/src/main/java/com/yalantis/ucrop/util/NumCalcUtil.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