Skip to content

Commit

Permalink
Merge branch 'master' of github.com:google/protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
liujisi committed Apr 28, 2016
2 parents cf14183 + b53417c commit 12fdeb9
Show file tree
Hide file tree
Showing 25 changed files with 3,410 additions and 1,290 deletions.
4 changes: 4 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,8 @@ RELATIVE_TEST_PROTOS = [
"google/protobuf/unittest_preserve_unknown_enum.proto",
"google/protobuf/unittest_preserve_unknown_enum2.proto",
"google/protobuf/unittest_proto3_arena.proto",
"google/protobuf/unittest_proto3_arena_lite.proto",
"google/protobuf/unittest_proto3_lite.proto",
"google/protobuf/unittest_well_known_types.proto",
"google/protobuf/util/internal/testdata/anys.proto",
"google/protobuf/util/internal/testdata/books.proto",
Expand Down Expand Up @@ -463,6 +465,8 @@ cc_test(
"src/google/protobuf/no_field_presence_test.cc",
"src/google/protobuf/preserve_unknown_enum_test.cc",
"src/google/protobuf/proto3_arena_unittest.cc",
"src/google/protobuf/proto3_arena_lite_unittest.cc",
"src/google/protobuf/proto3_lite_unittest.cc",
"src/google/protobuf/reflection_ops_unittest.cc",
"src/google/protobuf/repeated_field_reflection_unittest.cc",
"src/google/protobuf/repeated_field_unittest.cc",
Expand Down
2 changes: 2 additions & 0 deletions csharp/src/Google.Protobuf/WellKnownTypes/Any.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ public Any Clone() {
/// * If no schema is provided, `https` is assumed.
/// * 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).
/// * An HTTP GET on the URL must yield a [google.protobuf.Type][]
/// value in binary format, or produce an error.
/// * Applications are allowed to cache lookup results based on the
Expand Down
2 changes: 1 addition & 1 deletion csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static FieldMaskReflection() {
/// operation applies to all fields (as if a FieldMask of all fields
/// had been specified).
///
/// Note that a field mask does not necessarily applies to the
/// Note that a field mask does not necessarily apply to the
/// top-level response message. In case of a REST get operation, the
/// field mask applies directly to the response, but in case of a REST
/// list operation, the mask instead applies to each individual message
Expand Down
Loading

0 comments on commit 12fdeb9

Please sign in to comment.