Added a doc TODO
This commit is contained in:
parent
57be03df65
commit
be432ca43c
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue