Sfoglia il codice sorgente

Regenerated Objective C protos.

Josh Haberman 7 anni fa
parent
commit
f14064184c

+ 2 - 1
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
  * 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
  * the fully qualified name of the type (as in
  * `path/google.protobuf.Duration`). The name should be in a canonical form
  * `path/google.protobuf.Duration`). The name should be in a canonical form
  * (e.g., leading "." is not accepted).
  * (e.g., leading "." is not accepted).

+ 1 - 1
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)
  * 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
  * with the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one
  * can use the Joda Time's [`ISODateTimeFormat.dateTime()`](
  * 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.
  * ) to obtain a formatter capable of generating timestamps in this format.
  **/
  **/
 @interface GPBTimestamp : GPBMessage
 @interface GPBTimestamp : GPBMessage