浏览代码

Make test comment a summary

Sydney Acksman 5 年之前
父节点
当前提交
d5e964c8bb
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      csharp/src/Google.Protobuf.Test/GeneratedMessageTest.Proto2.cs

+ 5 - 3
csharp/src/Google.Protobuf.Test/GeneratedMessageTest.Proto2.cs

@@ -261,9 +261,11 @@ namespace Google.Protobuf
             Assert.True(message.IsInitialized());
         }
 
-        // Code was accidentally left in message parser that threw exceptions when missing required fields after parsing.
-        // We've decided to not throw exceptions on missing fields, instead leaving it up to the consumer how they
-        // want to check and handle missing fields.
+        /// <summary>
+        /// Code was accidentally left in message parser that threw exceptions when missing required fields after parsing.
+        /// We've decided to not throw exceptions on missing fields, instead leaving it up to the consumer how they
+        /// want to check and handle missing fields.
+        /// </summary>
         [Test]
         public void RequiredFieldsNoThrow()
         {