Skip to content
Snippets Groups Projects
Commit 0c97c7c8 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 1668 into donut

* changes:
  Document exception from parse3339
parents 14ad07f6 670bf11f
No related branches found
No related tags found
No related merge requests found
......@@ -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)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment