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

Commit 6caa4528 authored by Jeremy Klein's avatar Jeremy Klein
Browse files

Fix a typo in HandlerThread docs.

Change-Id: Icc489a3f3fdab799de3f641c0a0e4f2635b42935
parent 88dece91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ public class HandlerThread extends Thread {
    
    /**
     * This method returns the Looper associated with this thread. If this thread not been started
     * or for any reason is isAlive() returns false, this method will return null. If this thread 
     * or for any reason isAlive() returns false, this method will return null. If this thread
     * has been started, this method will block until the looper has been initialized.  
     * @return The looper.
     */