aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/WellKnownTypes/Api.cs
diff options
context:
space:
mode:
authorJan Tattermusch <jtattermusch@users.noreply.github.com>2016-01-12 20:55:47 -0800
committerJan Tattermusch <jtattermusch@users.noreply.github.com>2016-01-12 20:55:47 -0800
commit73c003c309235485c0e53f2075242567c88a72bc (patch)
tree6cebc5a786a171f341e386a567e9d058354d5c24 /csharp/src/Google.Protobuf/WellKnownTypes/Api.cs
parent937ef23acd2cb7554224b4f9cc33c436e54bddf1 (diff)
parent9e4f354f14775061ed098c896170d3a2d01a3895 (diff)
downloadprotobuf-73c003c309235485c0e53f2075242567c88a72bc.tar.gz
protobuf-73c003c309235485c0e53f2075242567c88a72bc.tar.bz2
protobuf-73c003c309235485c0e53f2075242567c88a72bc.zip
Merge pull request #1089 from jskeet/map-null
Prohibit null values in maps
Diffstat (limited to 'csharp/src/Google.Protobuf/WellKnownTypes/Api.cs')
-rw-r--r--csharp/src/Google.Protobuf/WellKnownTypes/Api.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/csharp/src/Google.Protobuf/WellKnownTypes/Api.cs b/csharp/src/Google.Protobuf/WellKnownTypes/Api.cs
index 1b925b9c..ccb82a94 100644
--- a/csharp/src/Google.Protobuf/WellKnownTypes/Api.cs
+++ b/csharp/src/Google.Protobuf/WellKnownTypes/Api.cs
@@ -653,7 +653,6 @@ namespace Google.Protobuf.WellKnownTypes {
///
/// package google.storage.v2;
/// service Storage {
- /// // (-- see AccessControl.GetAcl --)
/// rpc GetAcl(GetAclRequest) returns (Acl);
///
/// // Get a data record.