summaryrefslogtreecommitdiffstats
path: root/core/java
diff options
context:
space:
mode:
authorQuddus Chong <quddusc@google.com>2012-04-11 16:09:07 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-04-11 16:09:07 -0700
commit51cb7ca563dda1ea92b76f216e5d2960dcd62cf8 (patch)
treed7dff14397e3d6cc1af5ce60496dc63a00c7e53e /core/java
parentf1e17d8d47cf7746452e6e4b632209773bdd366c (diff)
parentc08787fc96473b5738a4c024a13a8c7d24af496b (diff)
downloadframeworks_base-51cb7ca563dda1ea92b76f216e5d2960dcd62cf8.zip
frameworks_base-51cb7ca563dda1ea92b76f216e5d2960dcd62cf8.tar.gz
frameworks_base-51cb7ca563dda1ea92b76f216e5d2960dcd62cf8.tar.bz2
am c08787fc: Merge "SDK doc change: Fixed typo and added method parentheses in line 206. Bug: 6318971" into ics-mr1
* commit 'c08787fc96473b5738a4c024a13a8c7d24af496b': SDK doc change: Fixed typo and added method parentheses in line 206. Bug: 6318971
Diffstat (limited to 'core/java')
-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 492fcc7..21ec40c 100644
--- a/core/java/android/app/Fragment.java
+++ b/core/java/android/app/Fragment.java
@@ -203,7 +203,7 @@ final class FragmentState implements Parcelable {
* <li> {@link #onCreateView} creates and returns the view hierarchy associated
* with the fragment.
* <li> {@link #onActivityCreated} tells the fragment that its activity has
- * completed its own {@link Activity#onCreate Activity.onCreaate}.
+ * completed its own {@link Activity#onCreate Activity.onCreate()}.
* <li> {@link #onStart} makes the fragment visible to the user (based on its
* containing activity being started).
* <li> {@link #onResume} makes the fragment interacting with the user (based on its