Skip to content

Commit

Permalink
Fix javadoc typo in GranularRoundedCorners
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 282434964
  • Loading branch information
sjudd authored and glide-copybara-robot committed Nov 25, 2019
1 parent 9281d8e commit f4da653
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import java.nio.ByteBuffer;
import java.security.MessageDigest;

/** A {@link BitmapTransformation} which has a different raddius for each corner of a bitmap. */
/** A {@link BitmapTransformation} which has a different radius for each corner of a bitmap. */
public final class GranularRoundedCorners extends BitmapTransformation {
private static final String ID = "com.bumptech.glide.load.resource.bitmap.GranularRoundedCorners";
private static final byte[] ID_BYTES = ID.getBytes(CHARSET);
Expand Down

0 comments on commit f4da653

Please sign in to comment.