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

Commit 2c23a6b5 authored by kopriva's avatar kopriva Committed by android-build-merger
Browse files

docs: fixed typo am: 9b5c0397

am: 05f984a1

Change-Id: I8b70d412c1d422be5cbc8e041acc3fe340617181
parents 48046e1b 05f984a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -33,7 +33,7 @@ import java.lang.reflect.Modifier;
 * them as they come out of the message queue.
 * them as they come out of the message queue.
 * 
 * 
 * <p>There are two main uses for a Handler: (1) to schedule messages and
 * <p>There are two main uses for a Handler: (1) to schedule messages and
 * runnables to be executed as some point in the future; and (2) to enqueue
 * runnables to be executed at some point in the future; and (2) to enqueue
 * an action to be performed on a different thread than your own.
 * an action to be performed on a different thread than your own.
 * 
 * 
 * <p>Scheduling messages is accomplished with the
 * <p>Scheduling messages is accomplished with the