Skip to content

Commit

Permalink
Merge pull request #4990 from bumptech:issue_4989
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 509308029
  • Loading branch information
glide-copybara-robot committed Feb 13, 2023
2 parents c283043 + 4f36263 commit 155bcb1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ public CustomTarget() {
* as the requested size (unless overridden by {@link
* com.bumptech.glide.request.RequestOptions#override(int)} in the request).
*
* @param width The requested width ({@code > 0, or == Target.SIZE_ORIGINAL}).
* @param height The requested height ({@code > 0, or == Target.SIZE_ORIGINAL}).
* @param width The requested width in pixels ({@code > 0, or == Target.SIZE_ORIGINAL}).
* @param height The requested height in pixels ({@code > 0, or == Target.SIZE_ORIGINAL}).
* @throws IllegalArgumentException if width/height doesn't meet the requirement: {@code > 0, or
* == Target.SIZE_ORIGINAL}
*/
Expand Down

0 comments on commit 155bcb1

Please sign in to comment.