Skip to content

Commit aa106de

Browse files
committed
优化部分javadoc
1 parent 34cea66 commit aa106de

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/notify/WxPayRefundNotifyResult.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
/**
2424
* <pre>
25-
* 退款结果通知对象
25+
* 退款结果通知对象.
2626
* Created by BinaryWang on 2017/8/27.
2727
* </pre>
2828
*
@@ -37,7 +37,7 @@ public class WxPayRefundNotifyResult extends BaseWxPayResult implements Serializ
3737
private static final long serialVersionUID = 4651725860079259186L;
3838

3939
/**
40-
* 从xml字符串创建bean对象
40+
* 从xml字符串创建bean对象.
4141
*
4242
* @param xmlString xml字符串
4343
* @param mchKey 商户密钥
@@ -63,7 +63,7 @@ public static WxPayRefundNotifyResult fromXML(String xmlString, String mchKey) t
6363

6464
/**
6565
* <pre>
66-
* 字段名:加密信息
66+
* 字段名:加密信息.
6767
* 变量名:req_info
6868
* 是否必填:是
6969
* 类型:String(1024)
@@ -211,7 +211,7 @@ public String toString() {
211211
* 是否必填:否
212212
* 类型: String(20)
213213
* 示例值:20160725152626
214-
* 描述:-
214+
* </pre>
215215
*/
216216
@XStreamAlias("success_time")
217217
private String successTime;
@@ -256,10 +256,10 @@ public String toString() {
256256
private String refundRequestSource;
257257

258258
/**
259-
* From xml req info.
259+
* 从xml字符串构造ReqInfo对象.
260260
*
261-
* @param xmlString the xml string
262-
* @return the req info
261+
* @param xmlString xml字符串
262+
* @return ReqInfo对象
263263
*/
264264
public static ReqInfo fromXML(String xmlString) {
265265
XStream xstream = XStreamInitializer.getInstance();

0 commit comments

Comments
 (0)