fix some javadoc warnings

This commit is contained in:
Binary Wang
2016-12-26 17:42:26 +08:00
parent 76f4e0b120
commit 87770f4b3f
4 changed files with 395 additions and 422 deletions

View File

@@ -89,7 +89,6 @@ public interface WxMpConfigStorage {
/**
* 微信支付异步回掉地址通知url必须为直接可访问的url不能携带参数。
*
* @return
* @since 2.5.0
*/
String getNotifyURL();
@@ -100,7 +99,6 @@ public interface WxMpConfigStorage {
* JSAPI--公众号支付、NATIVE--原生扫码支付、APP--app支付
* </pre>
*
* @return
* @since 2.5.0
*/
String getTradeType();