修正Link注释

This commit is contained in:
jinyu
2015-08-13 20:53:07 +08:00
parent 2408f1499e
commit b369c281f2
4 changed files with 4 additions and 4 deletions
@@ -379,7 +379,7 @@ public class WeixinProxy {
* 媒体类型
* @return 素材列表
* @see com.foxinmy.weixin4j.mp.api.MediaApi
* @see {@link #listMaterialMedia(MediaType, int, int)}
* @see {@link #listMaterialMedia(MediaType, Pageable)}
* @throws WeixinException
*/
public List<MediaItem> listAllMaterialMedia(MediaType mediaType)
@@ -568,7 +568,7 @@ public class MediaApi extends MpApi {
* @param mediaType
* 媒体类型
* @return 素材列表
* @see {@link #listMaterialMedia(MediaType, int, int)}
* @see {@link #listMaterialMedia(MediaType, Pageable)}
* @throws WeixinException
*/
public List<MediaItem> listAllMaterialMedia(MediaType mediaType)