style: removed contact information in javadoc
This commit is contained in:
-10
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user