Skip to content

Commit 51e6cef

Browse files
committed
docs: 注释名称改成网址
1 parent a6aa6a4 commit 51e6cef

21 files changed

Lines changed: 21 additions & 21 deletions

tool-java-jcommander/src/main/java/com/wdbyte/jcommander/FilePathConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/**
1111
*
12-
* @author niulang
12+
* @author https://www.wdbyte.com
1313
* @date 2023/06/15
1414
*/
1515
public class FilePathConverter implements IStringConverter<Path> {

tool-java-jcommander/src/main/java/com/wdbyte/jcommander/GitApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* Git APP
1111
*
12-
* @author niulang
12+
* @author https://www.wdbyte.com
1313
* @date 2023/06/07
1414
*/
1515
public class GitApp {

tool-java-jcommander/src/main/java/com/wdbyte/jcommander/GitCommandAdd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* git add file1 file2
1111
*
12-
* @author niulang
12+
* @author https://www.wdbyte.com
1313
* @date 2023/06/07
1414
*/
1515
@Parameters(commandDescription = "暂存文件", commandNames = "add", separators = " ")

tool-java-jcommander/src/main/java/com/wdbyte/jcommander/GitCommandCommit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/**
77
* git commit -m "desc"
8-
* @author niulang
8+
* @author https://www.wdbyte.com
99
* @date 2023/06/07
1010
*/
1111
@Parameters(commandDescription = "提交文件", commandNames = "commit")

tool-java-jcommander/src/main/java/com/wdbyte/jcommander/GitCommandOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import com.beust.jcommander.converters.URLConverter;
77

88
/**
9-
* @author niulang
9+
* @author https://www.wdbyte.com
1010
* @date 2023/06/07
1111
*/
1212
public class GitCommandOptions {

tool-java-jcommander/src/main/java/com/wdbyte/jcommander/v1/GitApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import com.beust.jcommander.JCommander;
44

55
/**
6-
* @author niulang
6+
* @author https://www.wdbyte.com
77
* @date 2023/06/15
88
*/
99
public class GitApp {

tool-java-jcommander/src/main/java/com/wdbyte/jcommander/v1/GitCommandOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import com.beust.jcommander.Parameter;
44

55
/**
6-
* @author niulang
6+
* @author https://www.wdbyte.com
77
* @date 2023/06/07
88
*/
99
public class GitCommandOptions {

tool-java-jcommander/src/main/java/com/wdbyte/jcommander/v2/GitApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import com.beust.jcommander.JCommander;
44

55
/**
6-
* @author niulang
6+
* @author https://www.wdbyte.com
77
* @date 2023/06/15
88
*/
99
public class GitApp {

tool-java-jcommander/src/main/java/com/wdbyte/jcommander/v2/GitCommandOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import com.beust.jcommander.Parameter;
44

55
/**
6-
* @author niulang
6+
* @author https://www.wdbyte.com
77
* @date 2023/06/07
88
*/
99
public class GitCommandOptions {

tool-java-jcommander/src/main/java/com/wdbyte/jcommander/v3/GitApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import com.beust.jcommander.JCommander;
44

55
/**
6-
* @author niulang
6+
* @author https://www.wdbyte.com
77
* @date 2023/06/15
88
*/
99
public class GitApp {

0 commit comments

Comments
 (0)