fix javadoc

This commit is contained in:
Binary Wang 2017-05-03 17:44:23 +08:00
parent 49dc14af73
commit 1eb2cc7edd
2 changed files with 0 additions and 6 deletions

View File

@ -12,7 +12,6 @@ public interface WxMpCardService<H, P> {
/** /**
* 得到WxMpService * 得到WxMpService
* @return
*/ */
WxMpService getWxMpService(); WxMpService getWxMpService();
@ -20,7 +19,6 @@ public interface WxMpCardService<H, P> {
* 获得卡券api_ticket不强制刷新卡券api_ticket * 获得卡券api_ticket不强制刷新卡券api_ticket
* *
* @return 卡券api_ticket * @return 卡券api_ticket
* @throws WxErrorException
* @see #getCardApiTicket(boolean) * @see #getCardApiTicket(boolean)
*/ */
String getCardApiTicket() throws WxErrorException; String getCardApiTicket() throws WxErrorException;

View File

@ -36,10 +36,6 @@ public class WxMpCardServiceImpl implements WxMpCardService<CloseableHttpClient,
this.wxMpService = wxMpService; this.wxMpService = wxMpService;
} }
/**
* 得到WxMpService
* @return
*/
@Override @Override
public WxMpService getWxMpService(){ public WxMpService getWxMpService(){
return this.wxMpService; return this.wxMpService;