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

Commit ac95a254 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Code Review
Browse files

Merge "Documentation Bug (Issue 9557)"

parents eb678fb6 0df10e9b
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