修正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

View File

@ -379,7 +379,7 @@ public class WeixinProxy {
* 媒体类型 * 媒体类型
* @return 素材列表 * @return 素材列表
* @see com.foxinmy.weixin4j.mp.api.MediaApi * @see com.foxinmy.weixin4j.mp.api.MediaApi
* @see {@link #listMaterialMedia(MediaType, int, int)} * @see {@link #listMaterialMedia(MediaType, Pageable)}
* @throws WeixinException * @throws WeixinException
*/ */
public List<MediaItem> listAllMaterialMedia(MediaType mediaType) public List<MediaItem> listAllMaterialMedia(MediaType mediaType)

View File

@ -568,7 +568,7 @@ public class MediaApi extends MpApi {
* @param mediaType * @param mediaType
* 媒体类型 * 媒体类型
* @return 素材列表 * @return 素材列表
* @see {@link #listMaterialMedia(MediaType, int, int)} * @see {@link #listMaterialMedia(MediaType, Pageable)}
* @throws WeixinException * @throws WeixinException
*/ */
public List<MediaItem> listAllMaterialMedia(MediaType mediaType) public List<MediaItem> listAllMaterialMedia(MediaType mediaType)

View File

@ -411,7 +411,7 @@ public class WeixinProxy {
* 媒体类型 * 媒体类型
* @return 素材列表 * @return 素材列表
* @see com.foxinmy.weixin4j.qy.api.MediaApi * @see com.foxinmy.weixin4j.qy.api.MediaApi
* @see {@link #listMaterialMedia(int,MediaType, int, int)} * @see {@link #listMaterialMedia(int,MediaType, Pageable)}
* @throws WeixinException * @throws WeixinException
*/ */
public List<MediaItem> listAllMaterialMedia(int agentid, MediaType mediaType) public List<MediaItem> listAllMaterialMedia(int agentid, MediaType mediaType)

View File

@ -456,7 +456,7 @@ public class MediaApi extends QyApi {
* @param mediaType * @param mediaType
* 媒体类型 * 媒体类型
* @return 素材列表 * @return 素材列表
* @see {@link #listMaterialMedia(int,MediaType, int, int)} * @see {@link #listMaterialMedia(int,MediaType, Pageable)}
* @throws WeixinException * @throws WeixinException
*/ */
public List<MediaItem> listAllMaterialMedia(int agentid, MediaType mediaType) public List<MediaItem> listAllMaterialMedia(int agentid, MediaType mediaType)