Skip to content

Commit 13ca47c

Browse files
committed
统一规范化部分javadoc
1 parent 9d27c15 commit 13ca47c

10 files changed

Lines changed: 24 additions & 20 deletions

File tree

weixin-java-common/src/main/java/me/chanjar/weixin/common/util/BeanUtils.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
* <pre>
2121
* bean操作的一些工具类
2222
* Created by Binary Wang on 2016-10-21.
23-
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
2423
* </pre>
24+
*
25+
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
2526
*/
2627
public class BeanUtils {
2728
private static Logger log = LoggerFactory.getLogger(BeanUtils.class);

weixin-java-common/src/main/java/me/chanjar/weixin/common/util/ToStringUtils.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
* <pre>
99
* 自定义的ToString方法,用于产生去掉空值属性的字符串
1010
* Created by Binary Wang on 2016-10-27.
11-
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
1211
* </pre>
12+
*
13+
* @author <a href="https://github.com/binarywang">Binary Wang</a>
1314
*/
1415
public class ToStringUtils {
1516
public static final ToStringStyle THE_STYLE = new SimpleMultiLineToStringStyle();

weixin-java-common/src/test/java/me/chanjar/weixin/common/util/crypto/SHA1Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Created by BinaryWang on 2017/6/10.
1111
* </pre>
1212
*
13-
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
13+
* @author <a href="https://github.com/binarywang">Binary Wang</a>
1414
*/
1515
public class SHA1Test {
1616
@Test

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/api/impl/WxCpServiceImpl.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
* <pre>
55
* 默认接口实现类,使用apache httpclient实现
66
* Created by Binary Wang on 2017-5-27.
7-
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
87
* </pre>
8+
*
9+
* @author <a href="https://github.com/binarywang">Binary Wang</a>
910
*/
1011
public class WxCpServiceImpl extends WxCpServiceApacheHttpClientImpl {
1112
}

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/datacube/WxDataCubeArticleResult.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package me.chanjar.weixin.mp.bean.datacube;
22

3-
import com.google.gson.JsonParser;
43
import com.google.gson.annotations.SerializedName;
54
import com.google.gson.reflect.TypeToken;
65
import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
@@ -9,9 +8,10 @@
98

109
/**
1110
* 图文分析数据接口返回结果对象
11+
* <p>
12+
* Created by Binary Wang on 2016/8/24.
1213
*
13-
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
14-
* Created by Binary Wang on 2016/8/24.
14+
* @author <a href="https://github.com/binarywang">Binary Wang</a>
1515
*/
1616
public class WxDataCubeArticleResult extends WxDataCubeBaseResult {
1717
private static final long serialVersionUID = -9222452497954511765L;

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/datacube/WxDataCubeArticleTotal.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package me.chanjar.weixin.mp.bean.datacube;
22

3-
import com.google.gson.JsonParser;
43
import com.google.gson.annotations.SerializedName;
54
import com.google.gson.reflect.TypeToken;
65
import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
@@ -9,9 +8,10 @@
98

109
/**
1110
* 图文分析数据接口返回结果对象
11+
* <p>
12+
* Created by Binary Wang on 2016/8/24.
1213
*
13-
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
14-
* Created by Binary Wang on 2016/8/24.
14+
* @author <a href="https://github.com/binarywang">Binary Wang</a>
1515
*/
1616
public class WxDataCubeArticleTotal extends WxDataCubeBaseResult {
1717
private static final long serialVersionUID = -7634365687303052699L;

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/datacube/WxDataCubeArticleTotalDetail.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66

77
/**
88
* 获取图文群发总数据接口(getarticletotal)中的详细字段
9+
* <p>
10+
* Created by Binary Wang on 2016/8/24.
911
*
10-
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
11-
* Created by Binary Wang on 2016/8/24.
12+
* @author <a href="https://github.com/binarywang">Binary Wang</a>
1213
*/
13-
public class WxDataCubeArticleTotalDetail implements Serializable{
14+
public class WxDataCubeArticleTotalDetail implements Serializable {
1415
private static final long serialVersionUID = -5136169129771430052L;
1516

1617
/**

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/datacube/WxDataCubeBaseResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Created by Binary Wang on 2016/8/25.
1313
* </pre>
1414
*
15-
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
15+
* @author <a href="https://github.com/binarywang">Binary Wang</a>
1616
*/
1717
public abstract class WxDataCubeBaseResult implements Serializable {
1818
private static final long serialVersionUID = 8780389911053297600L;

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/datacube/WxDataCubeInterfaceResult.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package me.chanjar.weixin.mp.bean.datacube;
22

3-
import com.google.gson.JsonParser;
43
import com.google.gson.annotations.SerializedName;
54
import com.google.gson.reflect.TypeToken;
65
import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
@@ -9,9 +8,10 @@
98

109
/**
1110
* 接口分析数据接口返回结果对象
11+
* <p>
12+
* Created by Binary Wang on 2016/8/30.
1213
*
13-
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
14-
* Created by Binary Wang on 2016/8/30.
14+
* @author <a href="https://github.com/binarywang">Binary Wang</a>
1515
*/
1616
public class WxDataCubeInterfaceResult extends WxDataCubeBaseResult {
1717
private static final long serialVersionUID = 597734329161281398L;

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/datacube/WxDataCubeMsgResult.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package me.chanjar.weixin.mp.bean.datacube;
22

3-
import com.google.gson.JsonParser;
43
import com.google.gson.annotations.SerializedName;
54
import com.google.gson.reflect.TypeToken;
65
import me.chanjar.weixin.mp.util.json.WxMpGsonBuilder;
@@ -9,9 +8,10 @@
98

109
/**
1110
* 消息分析数据接口返回结果对象
11+
* <p>
12+
* Created by Binary Wang on 2016/8/29.
1213
*
13-
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
14-
* Created by Binary Wang on 2016/8/29.
14+
* @author <a href="https://github.com/binarywang">Binary Wang</a>
1515
*/
1616
public class WxDataCubeMsgResult extends WxDataCubeBaseResult {
1717
private static final long serialVersionUID = 6932121822150573659L;

0 commit comments

Comments
 (0)