diff options
| author | Petar Šegina <psegina@google.com> | 2017-09-27 20:27:24 +0100 |
|---|---|---|
| committer | Petar Šegina <psegina@google.com> | 2017-09-27 20:27:24 +0100 |
| commit | 18f3c3820f6519ef97b69bff2f97f6c5ba4bfcd2 (patch) | |
| tree | 603848a2f54dbb64781550bd2dac3423e80f3962 /core/java/android/widget/SmartSelectSprite.java | |
| parent | 2a791ee46cf7e15da4de687c03d27724dbac186c (diff) | |
Do not specify the unchecked exception in the method signature
Test: manual - compile the framework to verify everything still works
Change-Id: Ifa69f824fcaa78c62f9be9bb9c281d2bf2716995
Diffstat (limited to 'core/java/android/widget/SmartSelectSprite.java')
| -rw-r--r-- | core/java/android/widget/SmartSelectSprite.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/SmartSelectSprite.java b/core/java/android/widget/SmartSelectSprite.java index 27b93bc74969..061bd3c3f3b3 100644 --- a/core/java/android/widget/SmartSelectSprite.java +++ b/core/java/android/widget/SmartSelectSprite.java @@ -365,7 +365,7 @@ final class SmartSelectSprite { public void startAnimation( final PointF start, final List<RectF> destinationRectangles, - final Runnable onAnimationEnd) throws IllegalArgumentException { + final Runnable onAnimationEnd) { cancelAnimation(); final ValueAnimator.AnimatorUpdateListener updateListener = |
