Skip to content

Commit c400ef5

Browse files
committed
fix: standardize @author Javadoc format
- Change [@loong Wan](url) to <a href="url">Loong Wan</a> - Follow standard Javadoc @author tag format
1 parent 3491e8c commit c400ef5

80 files changed

Lines changed: 82 additions & 82 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎src/main/java/io/github/easy4j/opencli/OpenCliClient.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* OpenCliResult result = client.chatgpt().ask("hello", null, null);
3333
* }</pre>
3434
*
35-
* @author [@Loong Wan](https://github.com/loong10k)
35+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
3636
* @since 3.0.0
3737
*/public class OpenCliClient {
3838

‎src/main/java/io/github/easy4j/opencli/OpenCliExecutionTarget.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Determines where an OpenCLI command is executed: as a local subprocess or via a remote
55
Agent HTTP API compatible with opencli-admin.
66
*
7-
* @author [@Loong Wan](https://github.com/loong10k)
7+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
88
* @since 3.0.0
99
*/public enum OpenCliExecutionTarget {
1010

‎src/main/java/io/github/easy4j/opencli/OpenCliProperties.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
3333
*
3434
35-
* @author [@Loong Wan](https://github.com/loong10k)
35+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
3636
3737
* @since 3.0.0
3838

‎src/main/java/io/github/easy4j/opencli/adapter/browser/chatgpt/ChatgptOpenCliClient.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
2828
*
2929
30-
* @author [@Loong Wan](https://github.com/loong10k)
30+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
3131
3232
* @since 3.0.0
3333

‎src/main/java/io/github/easy4j/opencli/adapter/browser/claude/ClaudeOpenCliClient.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
2929
*
3030
31-
* @author [@Loong Wan](https://github.com/loong10k)
31+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
3232
3333
* @since 3.0.0
3434

‎src/main/java/io/github/easy4j/opencli/adapter/browser/deepseek/DeepseekOpenCliClient.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
2828
*
2929
30-
* @author [@Loong Wan](https://github.com/loong10k)
30+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
3131
3232
* @since 3.0.0
3333

‎src/main/java/io/github/easy4j/opencli/adapter/browser/gemini/GeminiOpenCliClient.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
*
2727
28-
* @author [@Loong Wan](https://github.com/loong10k)
28+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
2929
3030
* @since 3.0.0
3131

‎src/main/java/io/github/easy4j/opencli/adapter/browser/jimeng/JimengOpenCliClient.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
*
2727
28-
* @author [@Loong Wan](https://github.com/loong10k)
28+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
2929
3030
* @since 3.0.0
3131

‎src/main/java/io/github/easy4j/opencli/adapter/browser/support/BrowserLlmOptions.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1717
*
1818
19-
* @author [@Loong Wan](https://github.com/loong10k)
19+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
2020
2121
* @since 3.0.0
2222

‎src/main/java/io/github/easy4j/opencli/adapter/desktop/codex/CodexOpenCliClient.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
*
2525
26-
* @author [@Loong Wan](https://github.com/loong10k)
26+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
2727
2828
* @since 3.0.0
2929

0 commit comments

Comments
 (0)