docs: optimize comments

This commit is contained in:
2023-09-18 00:19:06 +08:00
parent 62d4e727ff
commit 75ec1317fa
28 changed files with 28 additions and 28 deletions

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2022/1/24. * This file is created by fankes on 2022/1/24.
*/ */
@file:Suppress("unused") @file:Suppress("unused")

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2022/1/30. * This file is created by fankes on 2022/1/30.
*/ */
package com.fankes.coloros.notify.bean package com.fankes.coloros.notify.bean

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2023/2/2. * This file is created by fankes on 2023/2/2.
*/ */
@file:Suppress("MemberVisibilityCanBePrivate") @file:Suppress("MemberVisibilityCanBePrivate")

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2023/2/2. * This file is created by fankes on 2023/2/2.
*/ */
@file:Suppress("MemberVisibilityCanBePrivate") @file:Suppress("MemberVisibilityCanBePrivate")

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2023/2/3. * This file is created by fankes on 2023/2/3.
*/ */
@file:Suppress("unused", "MemberVisibilityCanBePrivate") @file:Suppress("unused", "MemberVisibilityCanBePrivate")

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2023/2/4. * This file is created by fankes on 2023/2/4.
*/ */
@file:Suppress("SetTextI18n") @file:Suppress("SetTextI18n")

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2022/2/26. * This file is created by fankes on 2022/2/26.
*/ */
package com.fankes.coloros.notify.hook package com.fankes.coloros.notify.hook

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2022/3/25. * This file is created by fankes on 2022/3/25.
*/ */
@file:Suppress("StaticFieldLeak", "ConstPropertyName") @file:Suppress("StaticFieldLeak", "ConstPropertyName")

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2022/1/24. * This file is created by fankes on 2022/1/24.
*/ */
@file:Suppress("MemberVisibilityCanBePrivate") @file:Suppress("MemberVisibilityCanBePrivate")

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2022/2/15. * This file is created by fankes on 2022/2/15.
* This file is Modified by fankes on 2023/2/3. * This file is Modified by fankes on 2023/2/3.
*/ */
package com.fankes.coloros.notify.param.factory package com.fankes.coloros.notify.param.factory

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2022/3/26. * This file is created by fankes on 2022/3/26.
*/ */
package com.fankes.coloros.notify.service package com.fankes.coloros.notify.service

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2022/1/30. * This file is created by fankes on 2022/1/30.
*/ */
@file:Suppress("SetTextI18n", "InflateParams") @file:Suppress("SetTextI18n", "InflateParams")

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2022/2/26. * This file is created by fankes on 2022/2/26.
*/ */
@file:Suppress("SetTextI18n") @file:Suppress("SetTextI18n")

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2022/3/26. * This file is created by fankes on 2022/3/26.
*/ */
@file:Suppress("DEPRECATION") @file:Suppress("DEPRECATION")

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2022/1/30. * This file is created by fankes on 2022/1/30.
*/ */
@file:Suppress("UNCHECKED_CAST") @file:Suppress("UNCHECKED_CAST")

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2022/1/8. * This file is created by fankes on 2022/1/8.
*/ */
@file:Suppress("SameParameterValue") @file:Suppress("SameParameterValue")

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2022/10/6. * This file is created by fankes on 2022/10/6.
*/ */
package com.fankes.coloros.notify.utils.factory package com.fankes.coloros.notify.utils.factory

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2022/6/3. * This file is created by fankes on 2022/6/3.
*/ */
package com.fankes.coloros.notify.utils.factory package com.fankes.coloros.notify.utils.factory

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2022/1/7. * This file is created by fankes on 2022/1/7.
*/ */
@file:Suppress("unused", "OPT_IN_USAGE", "EXPERIMENTAL_API_USAGE") @file:Suppress("unused", "OPT_IN_USAGE", "EXPERIMENTAL_API_USAGE")

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2022/3/13. * This file is created by fankes on 2022/3/13.
*/ */
@file:Suppress("unused") @file:Suppress("unused")

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2022/1/7. * This file is created by fankes on 2022/1/7.
*/ */
@file:Suppress("unused", "ObsoleteSdkInt") @file:Suppress("unused", "ObsoleteSdkInt")

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2023/4/17. * This file is created by fankes on 2023/4/17.
*/ */
package com.fankes.coloros.notify.utils.tool package com.fankes.coloros.notify.utils.tool

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2023/1/28. * This file is created by fankes on 2023/1/28.
*/ */
package com.fankes.coloros.notify.utils.tool package com.fankes.coloros.notify.utils.tool

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2022/3/20. * This file is created by fankes on 2022/3/20.
*/ */
package com.fankes.coloros.notify.utils.tool package com.fankes.coloros.notify.utils.tool

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2023/2/3. * This file is created by fankes on 2023/2/3.
*/ */
package com.fankes.coloros.notify.utils.tool package com.fankes.coloros.notify.utils.tool

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2022/3/20. * This file is created by fankes on 2022/3/20.
*/ */
package com.fankes.coloros.notify.utils.tool package com.fankes.coloros.notify.utils.tool

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2022/2/25. * This file is created by fankes on 2022/2/25.
*/ */
@file:Suppress("TrustAllX509TrustManager", "CustomX509TrustManager", "IMPLICIT_CAST_TO_ANY") @file:Suppress("TrustAllX509TrustManager", "CustomX509TrustManager", "IMPLICIT_CAST_TO_ANY")

View File

@@ -18,7 +18,7 @@
* and eula along with this software. If not, see * and eula along with this software. If not, see
* <https://www.gnu.org/licenses/> * <https://www.gnu.org/licenses/>
* *
* This file is Created by fankes on 2022/2/8. * This file is created by fankes on 2022/2/8.
*/ */
package com.fankes.coloros.notify.utils.tool package com.fankes.coloros.notify.utils.tool