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

Commit e0d758a5 authored by Dan Dascalescu's avatar Dan Dascalescu Committed by Android (Google) Code Review
Browse files

Merge "docs: Fix typo in Time#compare" into mnc-docs

parents a33047a5 3d25bcb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -331,7 +331,7 @@ public class Time {
     * @throws IllegalArgumentException if {@link #allDay} is true but {@code
     *             hour}, {@code minute}, and {@code second} are not 0.
     * @return a negative result if {@code a} is earlier, a positive result if
     *         {@code a} is earlier, or 0 if they are equal.
     *         {@code b} is earlier, or 0 if they are equal.
     */
    public static int compare(Time a, Time b) {
        if (a == null) {