aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2018-09-07 11:32:06 -0700
committerJosh Haberman <jhaberman@gmail.com>2018-09-07 11:32:06 -0700
commitf14064184cc31668b44df2bcf8654c0b7da6b9db (patch)
treef385bd22c67f06c824a3498b244092954555dd39
parent986fad3eb199a849ff1aa5c1582038832e7f8bac (diff)
downloadprotobuf-f14064184cc31668b44df2bcf8654c0b7da6b9db.tar.gz
protobuf-f14064184cc31668b44df2bcf8654c0b7da6b9db.tar.bz2
protobuf-f14064184cc31668b44df2bcf8654c0b7da6b9db.zip
Regenerated Objective C protos.
-rw-r--r--objectivec/google/protobuf/Any.pbobjc.h3
-rw-r--r--objectivec/google/protobuf/Timestamp.pbobjc.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/objectivec/google/protobuf/Any.pbobjc.h b/objectivec/google/protobuf/Any.pbobjc.h
index ad261898..2091d72d 100644
--- a/objectivec/google/protobuf/Any.pbobjc.h
+++ b/objectivec/google/protobuf/Any.pbobjc.h
@@ -140,7 +140,8 @@ typedef GPB_ENUM(GPBAny_FieldNumber) {
/**
* A URL/resource name that uniquely identifies the type of the serialized
- * protocol buffer message. The last segment of the URL's path must represent
+ * protocol buffer message. This string must contain at least
+ * one "/" character. The last segment of the URL's path must represent
* the fully qualified name of the type (as in
* `path/google.protobuf.Duration`). The name should be in a canonical form
* (e.g., leading "." is not accepted).
diff --git a/objectivec/google/protobuf/Timestamp.pbobjc.h b/objectivec/google/protobuf/Timestamp.pbobjc.h
index 2c4b8b20..dc4cef75 100644
--- a/objectivec/google/protobuf/Timestamp.pbobjc.h
+++ b/objectivec/google/protobuf/Timestamp.pbobjc.h
@@ -132,7 +132,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://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime--
+ * http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D
* ) to obtain a formatter capable of generating timestamps in this format.
**/
@interface GPBTimestamp : GPBMessage