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

Commit c895a4b8 authored by Nimrod Gileadi's avatar Nimrod Gileadi
Browse files

Correct unit in waitForMonitorWithTimeout JavaDoc.

The method delegates to ActivityMonitor.waitForActivityWithTimeout,
which takes milliseconds.

Bug: 6150572
Test: JavaDoc only.
Change-Id: I5a7c7634ddc6ac45bc6e64c9f1bd568c38d0b75f
parent b5584789
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -816,7 +816,7 @@ public class Instrumentation {
     * returned.  If the timeout expires, a null object is returned. 
     *
     * @param monitor The ActivityMonitor to wait for.
     * @param timeOut The timeout value in secs.
     * @param timeOut The timeout value in milliseconds.
     *
     * @return The Activity object that matched the monitor.
     */