From 703e48684551e94ad1bbcc1278a9fa9ab93f75aa Mon Sep 17 00:00:00 2001 From: renpengfei Date: Thu, 8 Jul 2021 11:18:34 +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 --- .../com/lijiankun24/shadowlayoutexample/ExampleOhosTest.java | 2 +- .../src/main/java/com/lijiankun24/shadowlayout/AttrUtil.java | 2 +- .../src/main/java/com/lijiankun24/shadowlayout/NumberUtil.java | 2 +- .../main/java/com/lijiankun24/shadowlayout/ShadowLayout.java | 2 +- .../main/java/com/lijiankun24/shadowlayout/v2/ShadowLayout.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/entry/src/ohosTest/java/com/lijiankun24/shadowlayoutexample/ExampleOhosTest.java b/entry/src/ohosTest/java/com/lijiankun24/shadowlayoutexample/ExampleOhosTest.java index 740a9f2..e87822a 100644 --- a/entry/src/ohosTest/java/com/lijiankun24/shadowlayoutexample/ExampleOhosTest.java +++ b/entry/src/ohosTest/java/com/lijiankun24/shadowlayoutexample/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/library/src/main/java/com/lijiankun24/shadowlayout/AttrUtil.java b/library/src/main/java/com/lijiankun24/shadowlayout/AttrUtil.java index 5b95acf..9b5e26e 100644 --- a/library/src/main/java/com/lijiankun24/shadowlayout/AttrUtil.java +++ b/library/src/main/java/com/lijiankun24/shadowlayout/AttrUtil.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/library/src/main/java/com/lijiankun24/shadowlayout/NumberUtil.java b/library/src/main/java/com/lijiankun24/shadowlayout/NumberUtil.java index 91ba988..46758c3 100644 --- a/library/src/main/java/com/lijiankun24/shadowlayout/NumberUtil.java +++ b/library/src/main/java/com/lijiankun24/shadowlayout/NumberUtil.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/library/src/main/java/com/lijiankun24/shadowlayout/ShadowLayout.java b/library/src/main/java/com/lijiankun24/shadowlayout/ShadowLayout.java index fe5989c..8be0b03 100644 --- a/library/src/main/java/com/lijiankun24/shadowlayout/ShadowLayout.java +++ b/library/src/main/java/com/lijiankun24/shadowlayout/ShadowLayout.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/library/src/main/java/com/lijiankun24/shadowlayout/v2/ShadowLayout.java b/library/src/main/java/com/lijiankun24/shadowlayout/v2/ShadowLayout.java index 439c8a0..5a1c63e 100644 --- a/library/src/main/java/com/lijiankun24/shadowlayout/v2/ShadowLayout.java +++ b/library/src/main/java/com/lijiankun24/shadowlayout/v2/ShadowLayout.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