diff options
| author | kopriva <kopriva@google.com> | 2018-10-09 13:29:04 -0700 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2018-10-09 13:29:04 -0700 |
| commit | c997fc62e06f1fb2eadbceb6e7dfaa71fb2cf080 (patch) | |
| tree | 3d3501f6749549f462f24ac395a166ba3171966d /core/java/android/app/Fragment.java | |
| parent | 1e7b9347d7cbaf94760ebd9b5af1e5df2e5173ea (diff) | |
| parent | 4d12f4c42b278cc087533aab0638446b3cb0cee6 (diff) | |
Merge "docs: fixing errors found with lint check" into pi-dev am: 8c7d2142f6
am: 4d12f4c42b
Change-Id: I96a6dab05b6d4ea40950fe2ddc0948adf1b4e48f
Diffstat (limited to 'core/java/android/app/Fragment.java')
| -rw-r--r-- | core/java/android/app/Fragment.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/java/android/app/Fragment.java b/core/java/android/app/Fragment.java index 49917b40521d..dbc4e34decf4 100644 --- a/core/java/android/app/Fragment.java +++ b/core/java/android/app/Fragment.java @@ -2259,7 +2259,7 @@ public class Fragment implements ComponentCallbacks2, OnCreateContextMenuListene } /** - * Sets whether the the exit transition and enter transition overlap or not. + * Sets whether the exit transition and enter transition overlap or not. * When true, the enter transition will start as soon as possible. When false, the * enter transition will wait until the exit transition completes before starting. * @@ -2272,7 +2272,7 @@ public class Fragment implements ComponentCallbacks2, OnCreateContextMenuListene } /** - * Returns whether the the exit transition and enter transition overlap or not. + * Returns whether the exit transition and enter transition overlap or not. * When true, the enter transition will start as soon as possible. When false, the * enter transition will wait until the exit transition completes before starting. * @@ -2286,7 +2286,7 @@ public class Fragment implements ComponentCallbacks2, OnCreateContextMenuListene } /** - * Sets whether the the return transition and reenter transition overlap or not. + * Sets whether the return transition and reenter transition overlap or not. * When true, the reenter transition will start as soon as possible. When false, the * reenter transition will wait until the return transition completes before starting. * @@ -2299,7 +2299,7 @@ public class Fragment implements ComponentCallbacks2, OnCreateContextMenuListene } /** - * Returns whether the the return transition and reenter transition overlap or not. + * Returns whether the return transition and reenter transition overlap or not. * When true, the reenter transition will start as soon as possible. When false, the * reenter transition will wait until the return transition completes before starting. * |
