summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorKen Shirriff <kens@google.com>2009-04-27 09:50:41 -0700
committerKen Shirriff <kens@google.com>2009-04-29 16:59:50 -0700
commit670bf11fcf9e0a73007b9b814069aa575a872096 (patch)
tree773629ff6c415d0aa91900e4b7b7317ea766036b /core
parent7fe3b064d3645fcebd09b162c5989e0d702112e2 (diff)
downloadframeworks_base-670bf11fcf9e0a73007b9b814069aa575a872096.zip
frameworks_base-670bf11fcf9e0a73007b9b814069aa575a872096.tar.gz
frameworks_base-670bf11fcf9e0a73007b9b814069aa575a872096.tar.bz2
Document exception from parse3339
Diffstat (limited to 'core')
-rw-r--r--core/java/android/text/format/Time.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/text/format/Time.java b/core/java/android/text/format/Time.java
index daa99c2..8f12355 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)) {