Comment-only review changes
Signed-off-by: Jon Skeet <jonskeet@google.com>
This commit is contained in:
parent
33552a13f6
commit
ab2a9b6448
|
@ -9,6 +9,7 @@ using System.Linq;
|
||||||
namespace CloudNative.CloudEvents
|
namespace CloudNative.CloudEvents
|
||||||
{
|
{
|
||||||
// TODO: Document really clearly that the SpecVersion attribute isn't included anywhere here...
|
// TODO: Document really clearly that the SpecVersion attribute isn't included anywhere here...
|
||||||
|
// TODO: Consider implementing IDictionary<,>
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents a CloudEvent.
|
/// Represents a CloudEvent.
|
||||||
|
@ -161,7 +162,6 @@ namespace CloudNative.CloudEvents
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// TODO: We could convert the attribute value here instead? Or is that a bit too much "magic"?
|
// TODO: We could convert the attribute value here instead? Or is that a bit too much "magic"?
|
||||||
// TODO: Should we validate the value against the
|
|
||||||
attributeValues[name] = attribute.Validate(value);
|
attributeValues[name] = attribute.Validate(value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue