summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d3f56ad194de..58ae2d564e5a 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.
*/