Skip to content

Commit eee4bc1

Browse files
committed
docs: unify @author tag to @author <a href="https://github.com/loong10k">Loong Wan</a>
1 parent 8fca5dc commit eee4bc1

89 files changed

Lines changed: 94 additions & 94 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.

easypdf-beetl/src/main/java/io/github/easy4j/pdf/beetl/WordprocessingMLBeetlTemplate.java

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

3131
/**
3232
* 该模板仅负责使用Beetl模板引擎将指定模板生成HTML并将HTML转换成XHTML后,作为模板生成WordprocessingMLPackage对象
33-
* @author <a href="https://github.com/vindell">vindell</a>
33+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
3434
*/
3535
public class WordprocessingMLBeetlTemplate extends WordprocessingMLTemplate {
3636

easypdf-core/src/main/java/io/github/easy4j/pdf/WordprocessingMLDocxTemplate.java

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

3030
/**
3131
* 该模板负责对WordprocessingMLPackage进行普通变量替换和复杂变量替换并返回处理后的WordprocessingMLPackage对象
32-
* @author <a href="https://github.com/vindell">vindell</a>
32+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
3333
*/
3434
public class WordprocessingMLDocxTemplate extends WordprocessingMLTemplate {
3535

easypdf-core/src/main/java/io/github/easy4j/pdf/WordprocessingMLTemplate.java

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

2222
/**
2323
* 模板处理接口
24-
* @author <a href="https://github.com/vindell">vindell</a>
24+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
2525
*/
2626
public abstract class WordprocessingMLTemplate {
2727

easypdf-core/src/main/java/io/github/easy4j/pdf/bus/error/Slf4jLogger.java

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

2424
/**
2525
* Slf4j记录事件错误信息
26-
* @author <a href="https://github.com/vindell">vindell</a>
26+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
2727
*/
2828
public class Slf4jLogger implements IPublicationErrorHandler {
2929

easypdf-core/src/main/java/io/github/easy4j/pdf/core/D07_ParseHtmlAsian.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* *******************************************************************
2020
* @className : D07_ParseHtmlAsian
2121
* @description : TODO(描述这个类的作用)
22-
* @author <a href="mailto:hnxyhcwdl1003@163.com">wandalong</a>
22+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
2323
* @date : Jan 16, 2017 12:26:38 PM
2424
* @version V1.0
2525
* *******************************************************************

easypdf-core/src/main/java/io/github/easy4j/pdf/core/cache/PDFTemplateCacheManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* *******************************************************************
1717
* @className : PDFTemplateCacheManager
1818
* @description : TODO(描述这个类的作用)
19-
* @author <a href="mailto:hnxyhcwdl1003@163.com">wandalong</a>
19+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
2020
* @date : Oct 22, 2016 8:11:58 PM
2121
* @version V1.0
2222
* *******************************************************************

easypdf-core/src/main/java/io/github/easy4j/pdf/core/context/ItextContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/**
2828
*
2929
* @description:Logx 上下文
30-
* @author <a href="mailto:hnxyhcwdl1003@163.com">wandalong</a>
30+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
3131
* @date 2012-4-23
3232
*/
3333
public class ItextContext extends AbstractContext {

easypdf-core/src/main/java/io/github/easy4j/pdf/core/context/ItextContextInitListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* *******************************************************************
1717
* @className : ItextContextInitListener
1818
* @description : ServletContext监听器 ,用来监听ItextContext上下文初始化状态
19-
* @author <a href="mailto:hnxyhcwdl1003@163.com">wandalong</a>
19+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
2020
* @date : Mar 11, 2016 10:34:06 PM
2121
* @version V1.0
2222
* *******************************************************************

easypdf-core/src/main/java/io/github/easy4j/pdf/core/document/draw/Arrow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @package io.github.easy4j.pdf.core.document.elements
77
* @className: Arrow
88
* @description: 左边箭头
9-
* @author : <a href="mailto:hnxyhcwdl1003@163.com">wandalong</a>
9+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
1010
* @date : 2014-1-14
1111
* @time : 下午7:09:03
1212
*/

easypdf-core/src/main/java/io/github/easy4j/pdf/core/document/draw/ArrowBilateral.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @package io.github.easy4j.pdf.core.document.elements
99
* @className: Arrow
1010
* @description: 左边箭头
11-
* @author : <a href="mailto:hnxyhcwdl1003@163.com">wandalong</a>
11+
* @author <a href="https://github.com/loong10k">Loong Wan</a>
1212
* @date : 2014-1-14
1313
* @time : 下午7:09:03
1414
*/

0 commit comments

Comments
 (0)