From 670bf11fcf9e0a73007b9b814069aa575a872096 Mon Sep 17 00:00:00 2001 From: Ken Shirriff Date: Mon, 27 Apr 2009 09:50:41 -0700 Subject: Document exception from parse3339 --- core/java/android/text/format/Time.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/java/android/text/format/Time.java b/core/java/android/text/format/Time.java index daa99c250bfa..8f1235518bed 100644 --- a/core/java/android/text/format/Time.java +++ b/core/java/android/text/format/Time.java @@ -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)) { -- cgit v1.2.3-59-g8ed1b