summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Scott Main <smain@google.com> 2011-01-14 15:42:35 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2011-01-14 15:42:35 -0800
commit6f92dbc49f8ed797bc56e5b84bb897736322ab2d (patch)
tree50a798739580974e4bd723ea1734963b70a5e9f5
parent8e4d3ba67824d87d832d90e1d0555456b3e76aca (diff)
parent2b90a9a7144f1bb91f72da025ce444038f12c6aa (diff)
Merge "fix sdk build breakage; remove invalid @note tag" into honeycomb
-rw-r--r--core/java/android/animation/ObjectAnimator.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/animation/ObjectAnimator.java b/core/java/android/animation/ObjectAnimator.java
index 3a292ccfeda0..3212cba76bbb 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.
+ * <p class="note"><b>Note:</b> Instances of this class hold only a {@link WeakReference}
+ * to the target object.</p>
* @see #setPropertyName(String)
*
*/