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) * */