Skip to content

Commit 225356d

Browse files
author
zihluwang
committed
style: removed contact information in javadoc
1 parent 97e1448 commit 225356d

File tree

4 files changed

+0
-40
lines changed

4 files changed

+0
-40
lines changed

devkit-core/src/main/java/com/onixbyte/devkit/core/exceptions/NotImplementedException.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,6 @@
3333
* This feature will be implemented in a future release.""");
3434
* }
3535
* </pre>
36-
* <b>Contact</b>
37-
* <ul>
38-
* <li>
39-
* <a href="https://github.com/CodeCraftersCN/jdevkit/issues/new"
40-
* >GitHub Issues</a>
41-
* </li>
42-
* <li>
43-
* <a href="https://discord.gg/">Discord Community</a>
44-
* </li>
45-
* </ul>
4636
*
4737
* @author Zihlu Wang
4838
* @version 1.1.0

devkit-core/src/main/java/com/onixbyte/devkit/core/exceptions/package-info.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
/**
1919
* This package contains commonly used exceptions will be used in JDevKit.
2020
*
21-
* @author Zihlu Wang
2221
* @since 1.0.0
2322
*/
2423
package com.onixbyte.devkit.core.exceptions;

devkit-core/src/main/java/com/onixbyte/devkit/core/package-info.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,6 @@
2323
* <p>
2424
* JDevKit is designed to be modular, and other specific feature modules within
2525
* the library may rely on these exceptions from the core package.
26-
* <p>
27-
* For more information and the latest version of JDevKit, please visit our
28-
* website <a href="https://codecrafters.org.cn">codecrafters.org.cn</a>.
29-
* <p>
30-
* <b>Contact</b>
31-
* <ul>
32-
* <li>
33-
* <a href="https://github.com/CodeCraftersCN/jdevkit/issues/new"
34-
* >GitHub Issues</a>
35-
* </li>
36-
* <li>
37-
* <a href="https://discord.gg/">Discord Community</a>
38-
* </li>
39-
* </ul>
4026
*
4127
* @since 1.0.0
4228
*/

devkit-core/src/main/java/com/onixbyte/devkit/package-info.java

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,6 @@
2121
* enhance productivity. This package serves as the root package for several
2222
* modules, containing {@code devkit-core}, {@code guid} and {@code dev-utils}
2323
* module.
24-
* <p>
25-
* For more information and the latest version of JDevKit, please visit our
26-
* website <a href="https://codecrafters.org.cn">codecrafters.org.cn</a>.
27-
*
28-
* <p>
29-
* <b>Contact</b>
30-
* <ul>
31-
* <li>
32-
* <a href="https://github.com/CodeCraftersCN/jdevkit/issues/new"
33-
* >GitHub Issues</a>
34-
* </li>
35-
* <li>
36-
* <a href="https://discord.gg/">Discord Community</a>
37-
* </li>
38-
* </ul>
3924
*
4025
* @since 1.0.0
4126
*/

0 commit comments

Comments
 (0)