Merge "docs: bug 112769174, unclosed parentheses" into pi-dev

am: 6ee6799c03

Change-Id: I0d2c0adccb751909413f49c87238d12f4355558d
This commit is contained in:
kopriva
2018-10-01 11:52:43 -07:00
committed by android-build-merger

View File

@@ -394,7 +394,7 @@ import java.util.List;
* <td>The final call you receive before your
* activity is destroyed. This can happen either because the
* activity is finishing (someone called {@link Activity#finish} on
* it, or because the system is temporarily destroying this
* it), or because the system is temporarily destroying this
* instance of the activity to save space. You can distinguish
* between these two scenarios with the {@link
* Activity#isFinishing} method.</td>
@@ -1970,7 +1970,7 @@ public class Activity extends ContextThemeWrapper
/**
* Perform any final cleanup before an activity is destroyed. This can
* happen either because the activity is finishing (someone called
* {@link #finish} on it, or because the system is temporarily destroying
* {@link #finish} on it), or because the system is temporarily destroying
* this instance of the activity to save space. You can distinguish
* between these two scenarios with the {@link #isFinishing} method.
*