Skip to content

Commit

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

/**
* @deprecated Use {@link #CircleCrop()}
* @param bitmapPool Ignored.
*/
@Deprecated
public CircleCrop(@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 733b2e0

Please sign in to comment.