From f50f6242ffcf739048c68fce22fb49e4b5701d28 Mon Sep 17 00:00:00 2001 From: xingfei Date: Thu, 8 Jul 2021 14:18:30 +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 --- pinview/src/main/java/com/chaos/view/AttrValue.java | 2 +- pinview/src/main/java/com/chaos/view/DecimalUtils.java | 2 +- pinview/src/main/java/com/chaos/view/LogUtil.java | 2 +- pinview/src/main/java/com/chaos/view/PinView.java | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pinview/src/main/java/com/chaos/view/AttrValue.java b/pinview/src/main/java/com/chaos/view/AttrValue.java index 2e525f3..264869a 100644 --- a/pinview/src/main/java/com/chaos/view/AttrValue.java +++ b/pinview/src/main/java/com/chaos/view/AttrValue.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/pinview/src/main/java/com/chaos/view/DecimalUtils.java b/pinview/src/main/java/com/chaos/view/DecimalUtils.java index 7db3678..3c05c4b 100644 --- a/pinview/src/main/java/com/chaos/view/DecimalUtils.java +++ b/pinview/src/main/java/com/chaos/view/DecimalUtils.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/pinview/src/main/java/com/chaos/view/LogUtil.java b/pinview/src/main/java/com/chaos/view/LogUtil.java index d12b737..a767e7d 100644 --- a/pinview/src/main/java/com/chaos/view/LogUtil.java +++ b/pinview/src/main/java/com/chaos/view/LogUtil.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/pinview/src/main/java/com/chaos/view/PinView.java b/pinview/src/main/java/com/chaos/view/PinView.java index d9d006e..3910492 100644 --- a/pinview/src/main/java/com/chaos/view/PinView.java +++ b/pinview/src/main/java/com/chaos/view/PinView.java @@ -2,9 +2,9 @@ * 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 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, -- Gitee