am e4ef9b1a: DO NOT MERGE (from master: Fixed minor typo on Javadoc)

* commit 'e4ef9b1ac2c4d7a1deb25f575e341255369c5c3b':
  DO NOT MERGE (from master: Fixed minor typo on Javadoc)
This commit is contained in:
felipeal
2012-02-28 14:04:20 -08:00
committed by Android Git Automerger

View File

@@ -149,7 +149,7 @@ final class FragmentState implements Parcelable {
* {@link Fragment#getFragmentManager() Fragment.getFragmentManager()}.
*
* <p>The Fragment class can be used many ways to achieve a wide variety of
* results. It is core, it represents a particular operation or interface
* results. In its core, it represents a particular operation or interface
* that is running within a larger {@link Activity}. A Fragment is closely
* tied to the Activity it is in, and can not be used apart from one. Though
* Fragment defines its own lifecycle, that lifecycle is dependent on its