summaryrefslogtreecommitdiff
path: root/core/java/android/animation/IntKeyframeSet.java
diff options
context:
space:
mode:
authorChet Haase <chet@google.com>2011-01-16 11:03:22 -0800
committerChet Haase <chet@google.com>2011-01-16 11:34:14 -0800
commitb2ab04ffb6894f399d5c9ceb15f64eb17b654426 (patch)
tree0ae8d6bcc6be0eb38c20f0d38842f1cc456147fd /core/java/android/animation/IntKeyframeSet.java
parent71a2e13d19fa8d8f88b6b97e2b28296094af3005 (diff)
Remove obsolete DoubleEvaluator
Change-Id: I4407468599061ff35c68589988fb1e897de28c69
Diffstat (limited to 'core/java/android/animation/IntKeyframeSet.java')
-rw-r--r--core/java/android/animation/IntKeyframeSet.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/animation/IntKeyframeSet.java b/core/java/android/animation/IntKeyframeSet.java
index 14a4e3aacc24..5629c5ef9783 100644
--- a/core/java/android/animation/IntKeyframeSet.java
+++ b/core/java/android/animation/IntKeyframeSet.java
@@ -25,8 +25,8 @@ import java.util.ArrayList;
* values between those keyframes for a given animation. The class internal to the animation
* package because it is an implementation detail of how Keyframes are stored and used.
*
- * <p>This type-specific subclass of KeyframeSet, along with the other type-specific subclasses for
- * float, long, and double, exists to speed up the getValue() method when there is no custom
+ * <p>This type-specific subclass of KeyframeSet, along with the other type-specific subclass for
+ * float, exists to speed up the getValue() method when there is no custom
* TypeEvaluator set for the animation, so that values can be calculated without autoboxing to the
* Object equivalents of these primitive types.</p>
*/