Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14a9310e authored by Pin Ting's avatar Pin Ting
Browse files

Fix javadoc.

Change-Id: Ibbfee452cae76a379dcd360412de962e90f29da5
parent 344c993e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1242,7 +1242,7 @@ public class Activity extends ContextThemeWrapper
     * making sure nothing is lost if there are not enough resources to start
     * the new activity without first killing this one.  This is also a good
     * place to do things like stop animations and other things that consume a
     * noticeable mount of CPU in order to make the switch to the next activity
     * noticeable amount of CPU in order to make the switch to the next activity
     * as fast as possible, or to close resources that are exclusive access
     * such as the camera.
     * 
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ package android.os;
 * block() will not block, and instead return immediately.
 *
 * <p>
 * This class uses itself is at the object to wait on, so if you wait()
 * This class uses itself as the object to wait on, so if you wait()
 * or notify() on a ConditionVariable, the results are undefined.
 */
public class ConditionVariable
+1 −1

File changed.

Contains only whitespace changes.