From 2b90a9a7144f1bb91f72da025ce444038f12c6aa Mon Sep 17 00:00:00 2001 From: Scott Main Date: Fri, 14 Jan 2011 15:39:10 -0800 Subject: [PATCH] fix sdk build breakage; remove invalid @note tag Change-Id: Iaaf5a38388ceccdd0d1f3766523788f54f1dc8d2 --- core/java/android/animation/ObjectAnimator.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/java/android/animation/ObjectAnimator.java b/core/java/android/animation/ObjectAnimator.java index 3a292ccfeda0c..3212cba76bbb9 100644 --- a/core/java/android/animation/ObjectAnimator.java +++ b/core/java/android/animation/ObjectAnimator.java @@ -29,7 +29,8 @@ import java.util.ArrayList; * are then determined internally and the animation will call these functions as necessary to * animate the property. * - * @note Instances of this class hold only a {@link WeakReference} to the target object. + *

Note: Instances of this class hold only a {@link WeakReference} + * to the target object.

* @see #setPropertyName(String) * */