Merge "Fix javadoc typo causing broken links" into oc-mr1-dev am: ac2cdc0dba

am: 655d98bdb5

Change-Id: I267705cb7dc4ea6696058f1b3051e5f1c6ef5f7e
This commit is contained in:
Scott Main
2018-03-07 03:11:26 +00:00
committed by android-build-merger

View File

@@ -2311,7 +2311,7 @@ public class Fragment implements ComponentCallbacks2, OnCreateContextMenuListene
* transaction have called {@link #startPostponedEnterTransition()}.
* <p>
* This method should be called before being added to the FragmentTransaction or
* in {@link #onCreate(Bundle), {@link #onAttach(Context)}, or
* in {@link #onCreate(Bundle)}, {@link #onAttach(Context)}, or
* {@link #onCreateView(LayoutInflater, ViewGroup, Bundle)}}.
* {@link #startPostponedEnterTransition()} must be called to allow the Fragment to
* start the transitions.