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

Commit 755c0980 authored by Nicolas Prevot's avatar Nicolas Prevot Committed by Android Git Automerger
Browse files

am ecdc14dc: am ebee8a4d: Merge "Replace minimum with maximum in method...

am ecdc14dc: am ebee8a4d: Merge "Replace minimum with maximum in method description." into lmp-mr1-dev automerge: e86848c2

* commit 'ecdc14dc':
  Replace minimum with maximum in method description.
parents f481d6a4 ecdc14dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ public class ConditionVariable
     * <p>
     * If the condition is already opened, return immediately.
     *
     * @param timeout the minimum time to wait in milliseconds.
     * @param timeout the maximum time to wait in milliseconds.
     *
     * @return true if the condition was opened, false if the call returns
     * because of the timeout.