Skip to content

Commit c08787f

Browse files
qchongAndroid (Google) Code Review
authored andcommitted
Merge "SDK doc change: Fixed typo and added method parentheses in line 206. Bug: 6318971" into ics-mr1
2 parents 71e8f4c + 3790001 commit c08787f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/app/Fragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public FragmentState[] newArray(int size) {
203203
* <li> {@link #onCreateView} creates and returns the view hierarchy associated
204204
* with the fragment.
205205
* <li> {@link #onActivityCreated} tells the fragment that its activity has
206-
* completed its own {@link Activity#onCreate Activity.onCreaate}.
206+
* completed its own {@link Activity#onCreate Activity.onCreate()}.
207207
* <li> {@link #onStart} makes the fragment visible to the user (based on its
208208
* containing activity being started).
209209
* <li> {@link #onResume} makes the fragment interacting with the user (based on its

0 commit comments

Comments
 (0)