am 0c97c7c8: Merge change 1668 into donut
Merge commit '0c97c7c8562048135cc129044219f9bbdfc1f108' * commit '0c97c7c8562048135cc129044219f9bbdfc1f108': Document exception from parse3339
This commit is contained in:
committed by
The Android Open Source Project
commit
f045bb2581
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user