summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-05-19 22:56:37 -0700
committerDianne Hackborn <hackbod@google.com>2010-05-19 22:56:37 -0700
commitcddfa6de1fcf1a9480d4c9b575102909bd8f2067 (patch)
tree507f7d0cfdd807477795499dfebbfc114ab12bff
parentdf36b0579e1e550de3d66a20362717e49b23235c (diff)
downloadframeworks_base-cddfa6de1fcf1a9480d4c9b575102909bd8f2067.zip
frameworks_base-cddfa6de1fcf1a9480d4c9b575102909bd8f2067.tar.gz
frameworks_base-cddfa6de1fcf1a9480d4c9b575102909bd8f2067.tar.bz2
Fix sdk build.
Change-Id: I4106de6c85d69a68d80414db5dbf5cf48685ce54
-rw-r--r--core/java/android/app/Fragment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/Fragment.java b/core/java/android/app/Fragment.java
index d3f56ad..58ae2d5 100644
--- a/core/java/android/app/Fragment.java
+++ b/core/java/android/app/Fragment.java
@@ -308,7 +308,7 @@ public class Fragment implements ComponentCallbacks {
/**
* Return true if the fragment has been hidden. By default fragments
* are shown. You can find out about changes to this state with
- * {@link #onHiddenChanged()}. Note that the hidden state is orthogonal
+ * {@link #onHiddenChanged}. Note that the hidden state is orthogonal
* to other states -- that is, to be visible to the user, a fragment
* must be both started and not hidden.
*/