8000 http Issue 243: Fixed DateTime bugs related to parsing RFC3339 String… · simon04/google-http-java-client@21d2b9c · GitHub
[go: up one dir, main page]

Skip to content

Commit 21d2b9c

Browse files
author
Michael Rubin
committed
http Issue 243: Fixed DateTime bugs related to parsing RFC3339 Strings [updated commit message]
https://codereview.appspot.com/13080044/
1 parent a7e99cd commit 21d2b9c

File tree

1 file changed

+1
-1
lines changed
  • google-http-client/src/main/java/com/google/api/client/util

1 file changed

+1
-1
lines changed

google-http-client/src/main/java/com/google/api/client/util/DateTime.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ public int hashCode() {
263263
}
264264

265265
/**
266-
* Parses an RFC 3339 date/time value.
266+
* Parses an RFC3339 date/time value.
267267
*
268268
* <p>
269269
* Upgrade warning: in prior version 1.17, this method required milliseconds to be exactly 3

0 commit comments

Comments
 (0)
0