Commit be432ca4 authored by Jon Skeet's avatar Jon Skeet

Added a doc TODO

parent 57be03df
......@@ -21,6 +21,9 @@ using Google.ProtocolBuffers.Collections;
using Google.ProtocolBuffers.Descriptors;
namespace Google.ProtocolBuffers {
/// <summary>
/// TODO(jonskeet): Write summary text.
/// </summary>
public sealed class UninitializedMessageException : Exception {
private readonly IList<string> missingFields;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment