Skip to content

Commit

Permalink
Remove a deprecated constructor in CenterCrop.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=178191424
  • Loading branch information
sjudd committed Dec 7, 2017
1 parent 11b5fd7 commit 23975d9
Showing 1 changed file with 0 additions and 9 deletions.
Expand Up @@ -30,15 +30,6 @@ public CenterCrop(@SuppressWarnings("unused") Context context) {
this();
}

/**
* @deprecated Use {@link #CenterCrop()}.
* @param bitmapPool Ignored.
*/
@Deprecated
public CenterCrop(@SuppressWarnings("unused") BitmapPool bitmapPool) {
this();
}

// Bitmap doesn't implement equals, so == and .equals are equivalent here.
@SuppressWarnings("PMD.CompareObjectsWithEquals")
@Override
Expand Down

0 comments on commit 23975d9

Please sign in to comment.