From 5a5afe010d2f8fb7e8f00858b8a305b4745c0469 Mon Sep 17 00:00:00 2001 From: Eino-Ville Talvala Date: Fri, 5 Dec 2014 11:11:45 -0800 Subject: [PATCH] Fix docs build Change-Id: I9947d53aeb155d98f5194c9789f19aba1f01e4be --- core/java/android/animation/ValueAnimator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/animation/ValueAnimator.java b/core/java/android/animation/ValueAnimator.java index 5a44a74ebbbd9..8b70ae616ae63 100644 --- a/core/java/android/animation/ValueAnimator.java +++ b/core/java/android/animation/ValueAnimator.java @@ -559,7 +559,7 @@ public class ValueAnimator extends Animator { * set to this fraction; it will simply set the fraction to this value and perform any * appropriate actions based on that fraction. If the animation is already running, then * setCurrentFraction() will set the current fraction to this value and continue - * playing from that point. {@link AnimatorListener} events are not called + * playing from that point. {@link Animator.AnimatorListener} events are not called * due to changing the fraction; those events are only processed while the animation * is running. *