style: removed contact information in javadoc

This commit is contained in:
zihluwang
2024-12-29 12:54:13 +08:00
parent 97e1448d98
commit 225356d92a
4 changed files with 0 additions and 40 deletions
@@ -33,16 +33,6 @@ package com.onixbyte.devkit.core.exceptions;
* This feature will be implemented in a future release."""); * This feature will be implemented in a future release.""");
* } * }
* </pre> * </pre>
* <b>Contact</b>
* <ul>
* <li>
* <a href="https://github.com/CodeCraftersCN/jdevkit/issues/new"
* >GitHub Issues</a>
* </li>
* <li>
* <a href="https://discord.gg/">Discord Community</a>
* </li>
* </ul>
* *
* @author Zihlu Wang * @author Zihlu Wang
* @version 1.1.0 * @version 1.1.0
@@ -18,7 +18,6 @@
/** /**
* This package contains commonly used exceptions will be used in JDevKit. * This package contains commonly used exceptions will be used in JDevKit.
* *
* @author Zihlu Wang
* @since 1.0.0 * @since 1.0.0
*/ */
package com.onixbyte.devkit.core.exceptions; package com.onixbyte.devkit.core.exceptions;
@@ -23,20 +23,6 @@
* <p> * <p>
* JDevKit is designed to be modular, and other specific feature modules within * JDevKit is designed to be modular, and other specific feature modules within
* the library may rely on these exceptions from the core package. * the library may rely on these exceptions from the core package.
* <p>
* For more information and the latest version of JDevKit, please visit our
* website <a href="https://codecrafters.org.cn">codecrafters.org.cn</a>.
* <p>
* <b>Contact</b>
* <ul>
* <li>
* <a href="https://github.com/CodeCraftersCN/jdevkit/issues/new"
* >GitHub Issues</a>
* </li>
* <li>
* <a href="https://discord.gg/">Discord Community</a>
* </li>
* </ul>
* *
* @since 1.0.0 * @since 1.0.0
*/ */
@@ -21,21 +21,6 @@
* enhance productivity. This package serves as the root package for several * enhance productivity. This package serves as the root package for several
* modules, containing {@code devkit-core}, {@code guid} and {@code dev-utils} * modules, containing {@code devkit-core}, {@code guid} and {@code dev-utils}
* module. * module.
* <p>
* For more information and the latest version of JDevKit, please visit our
* website <a href="https://codecrafters.org.cn">codecrafters.org.cn</a>.
*
* <p>
* <b>Contact</b>
* <ul>
* <li>
* <a href="https://github.com/CodeCraftersCN/jdevkit/issues/new"
* >GitHub Issues</a>
* </li>
* <li>
* <a href="https://discord.gg/">Discord Community</a>
* </li>
* </ul>
* *
* @since 1.0.0 * @since 1.0.0
*/ */