Skip to content

Commit

Permalink
优化文档
Browse files Browse the repository at this point in the history
  • Loading branch information
huanglh committed Sep 24, 2021
1 parent 96fb6a9 commit 75ec045
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/cn/jpush/api/image/ImageClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ public ImageUploadResult uploadImage(ImageUrlPayload imageUrlPayload)
* Upload image by file. Require at least 1 non-null fileName. Currently only support Xiaomi and OPPO
* @param imageFilePayload image file payload
* @return {@link ImageUploadResult}
* @throws APIConnectionException connect exception
* @throws APIRequestException request exception
*/
public ImageUploadResult uploadImage(ImageFilePayload imageFilePayload) {
Preconditions.checkArgument(imageFilePayload.getImageType() != null, "Image type should not be null");
Expand Down

0 comments on commit 75ec045

Please sign in to comment.