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

Commit f045bb25 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am 0c97c7c8: Merge change 1668 into donut

Merge commit '0c97c7c8'

* commit '0c97c7c8':
  Document exception from parse3339
parents 85119a42 0c97c7c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -438,6 +438,7 @@ public class Time {
     *
     * @param s the string to parse
     * @return true if the resulting time value is in UTC time
     * @throws android.util.TimeFormatException if s cannot be parsed.
     */
     public boolean parse3339(String s) {
         if (nativeParse3339(s)) {