Skip to content

Commit 75ec045

Browse files
author
huanglh
committed
优化文档
1 parent 96fb6a9 commit 75ec045

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/cn/jpush/api/image/ImageClient.java

-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ public ImageUploadResult uploadImage(ImageUrlPayload imageUrlPayload)
7979
* Upload image by file. Require at least 1 non-null fileName. Currently only support Xiaomi and OPPO
8080
* @param imageFilePayload image file payload
8181
* @return {@link ImageUploadResult}
82-
* @throws APIConnectionException connect exception
83-
* @throws APIRequestException request exception
8482
*/
8583
public ImageUploadResult uploadImage(ImageFilePayload imageFilePayload) {
8684
Preconditions.checkArgument(imageFilePayload.getImageType() != null, "Image type should not be null");

0 commit comments

Comments
 (0)