Skip to content

Commit b81c127

Browse files
acozzettecopybara-github
authored andcommitted
Undo the external contributions we have accepted to the well-known types
For legal reasons we unfortunately cannot accept any external contributions to the well-known type protos, so this change reverts the small number of changes we have received so far. PiperOrigin-RevId: 517211904
1 parent 8eac9a0 commit b81c127

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/codespell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
with:
2525
check_filenames: true
2626
skip: ./.git,./third_party,./conformance/third_party,*.snk,*.pb,*.pb.cc,*.pb.h,*.pb.cs,*-upb.h,*-upb.c,./src/google/protobuf/testdata,./objectivec/Tests,./python/compatibility_tests/v2.5.0/tests/google/protobuf/internal,./.github/workflows/codespell.yml
27-
ignore_words_list: "alow,alse,atleast,ba,chec,cleare,copyable,couldn,cloneable,crate,dedup,dur,errorprone,falsy,files',fo,fundementals,hel,importd,inout,leapyear,nd,nin,ois,ons,parseable,process',ro,te,testof,ue,unparseable,wasn,wee,gae,keyserver,objext,od,optin,streem,sur,falsy,cleary"
27+
ignore_words_list: "alow,alse,atleast,ba,chec,cleare,copyable,couldn,cloneable,crate,dedup,dur,errorprone,falsy,files',fo,fundementals,hel,importd,inherting,inout,leapyear,nd,nin,ois,ons,parseable,process',ro,te,testof,ue,unparseable,wasn,wee,gae,keyserver,objext,od,optin,streem,sur,falsy,cleary"

objectivec/GPBAny.pbobjc.h

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

objectivec/GPBApi.pbobjc.h

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

objectivec/GPBTimestamp.pbobjc.h

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/google/protobuf/any.proto

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ option csharp_namespace = "Google.Protobuf.WellKnownTypes";
6868
// foo = any.unpack(Foo.getDefaultInstance());
6969
// }
7070
//
71-
// Example 3: Pack and unpack a message in Python.
71+
// Example 3: Pack and unpack a message in Python.
7272
//
7373
// foo = Foo(...)
7474
// any = Any()
@@ -78,7 +78,7 @@ option csharp_namespace = "Google.Protobuf.WellKnownTypes";
7878
// any.Unpack(foo)
7979
// ...
8080
//
81-
// Example 4: Pack and unpack a message in Go
81+
// Example 4: Pack and unpack a message in Go
8282
//
8383
// foo := &pb.Foo{...}
8484
// any, err := anypb.New(foo)
@@ -98,7 +98,7 @@ option csharp_namespace = "Google.Protobuf.WellKnownTypes";
9898
// name "y.z".
9999
//
100100
// JSON
101-
//
101+
// ====
102102
// The JSON representation of an `Any` value uses the regular
103103
// representation of the deserialized, embedded message, with an
104104
// additional field `@type` which contains the type URL. Example:

src/google/protobuf/api.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ message Method {
166166
// The mixin construct implies that all methods in `AccessControl` are
167167
// also declared with same name and request/response types in
168168
// `Storage`. A documentation generator or annotation processor will
169-
// see the effective `Storage.GetAcl` method after inheriting
169+
// see the effective `Storage.GetAcl` method after inherting
170170
// documentation and annotations as follows:
171171
//
172172
// service Storage {

src/google/protobuf/timestamp.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ option csharp_namespace = "Google.Protobuf.WellKnownTypes";
127127
// [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with
128128
// the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use
129129
// the Joda Time's [`ISODateTimeFormat.dateTime()`](
130-
// http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D
130+
// http://joda-time.sourceforge.net/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime()
131131
// ) to obtain a formatter capable of generating timestamps in this format.
132132
//
133133
message Timestamp {

0 commit comments

Comments
 (0)