diff options
| author | 2012-02-27 12:09:13 -0800 | |
|---|---|---|
| committer | 2012-02-28 13:47:15 -0800 | |
| commit | e4ef9b1ac2c4d7a1deb25f575e341255369c5c3b (patch) | |
| tree | e0237d00d950f288d3272fc19768ca6f171e88cc | |
| parent | ee329930956c88d3c2cbcbb6da01abde4b40b2e8 (diff) | |
DO NOT MERGE
(from master: Fixed minor typo on Javadoc)
Change-Id: I7d62e37011a7fd4d792fdfe5bd62022a850303a6
| -rw-r--r-- | core/java/android/app/Fragment.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/Fragment.java b/core/java/android/app/Fragment.java index f427e78db96a..492fcc73540c 100644 --- a/core/java/android/app/Fragment.java +++ b/core/java/android/app/Fragment.java @@ -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 |