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

Commit 2f42aa54 authored by The Android Open Source Project's avatar The Android Open Source Project Committed by Android Git Automerger
Browse files

am 6fb70b5a: merge from open-source master

Merge commit '6fb70b5a'

* commit '6fb70b5a':
  Documentation Bug (Issue 9557)
parents 8ef63e8b 6fb70b5a
Loading
Loading
Loading
Loading
+45 −45
Original line number Diff line number Diff line
@@ -506,7 +506,7 @@ public class Time {
     *
     * <pre>
     * Time time = new Time();
     * time.set(2007, 10, 4);  // set the date to Nov 4, 2007, 12am
     * time.set(4, 10, 2007);  // set the date to Nov 4, 2007, 12am
     * time.normalize();       // this sets isDst = 1
     * time.monthDay += 1;     // changes the date to Nov 5, 2007, 12am
     * millis = time.toMillis(false);   // millis is Nov 4, 2007, 11pm