diff options
author | xuwei-k <6b656e6a69@gmail.com> | 2017-10-30 17:48:54 +0900 |
---|---|---|
committer | xuwei-k <6b656e6a69@gmail.com> | 2017-10-30 17:48:54 +0900 |
commit | 05b56d01c1590bd93e2668c1f37856e6f9eb9c63 (patch) | |
tree | e051d4de80afceb1336c462c21feaf977d72e378 /objectivec | |
parent | e8c9ae120985b4b6056762e23fea41b9b68dfa0e (diff) |
update joda-time javadoc url
Diffstat (limited to 'objectivec')
-rw-r--r-- | objectivec/google/protobuf/Timestamp.pbobjc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objectivec/google/protobuf/Timestamp.pbobjc.h b/objectivec/google/protobuf/Timestamp.pbobjc.h index 5d74bd32..0b670c35 100644 --- a/objectivec/google/protobuf/Timestamp.pbobjc.h +++ b/objectivec/google/protobuf/Timestamp.pbobjc.h @@ -126,7 +126,7 @@ typedef GPB_ENUM(GPBTimestamp_FieldNumber) { * to this format using [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) * with the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one * can use the Joda Time's [`ISODateTimeFormat.dateTime()`]( - * http://joda-time.sourceforge.net/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()) + * http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime--) * to obtain a formatter capable of generating timestamps in this format. **/ @interface GPBTimestamp : GPBMessage |