Skip to content

Commit

Permalink
Remove deprecated BitmapTransformation constructor.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=184151152
  • Loading branch information
sjudd committed Feb 12, 2018
1 parent b68ba43 commit 2d0bc2d
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,21 +66,6 @@
*/
public abstract class BitmapTransformation implements Transformation<Bitmap> {

// Public API.
@SuppressWarnings("WeakerAccess")
public BitmapTransformation() {
// Intentionally empty.
}

/**
* @deprecated Use {@link #BitmapTransformation()}.
* @param context Ignored.
*/
@Deprecated
public BitmapTransformation(@SuppressWarnings("unused") Context context) {
this();
}

@NonNull
@Override
public final Resource<Bitmap> transform(
Expand Down

0 comments on commit 2d0bc2d

Please sign in to comment.