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

Commit 4c00223a authored by Kurt Kluever's avatar Kurt Kluever Committed by Automerger Merge Worker
Browse files

Merge "Fix a small typo in `SystemClock` class docs. ---- Fix typo in...

Merge "Fix a small typo in `SystemClock` class docs. ---- Fix typo in SystemClock.java" into main am: b1815bd8 am: ad9e420d

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3296080



Change-Id: Ic4ea1fb53b33ff26372049b593f97f28a5dc590c
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents bf780c6c ad9e420d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ import java.time.ZoneOffset;
 *     sleep (CPU off, display dark, device waiting for external input),
 *     but is not affected by clock scaling, idle, or other power saving
 *     mechanisms.  This is the basis for most interval timing
 *     such as {@link Thread#sleep(long) Thread.sleep(millls)},
 *     such as {@link Thread#sleep(long) Thread.sleep(millis)},
 *     {@link Object#wait(long) Object.wait(millis)}, and
 *     {@link System#nanoTime System.nanoTime()}.  This clock is guaranteed
 *     to be monotonic, and is suitable for interval timing when the