summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-04-14 06:56:24 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-04-14 06:56:24 -0700
commitc92318401bb90e164ee4bc32b83b52968ab3f9d6 (patch)
treeda12c930f6b1c01598812eb02882b09ea017ffab /src
parente50d983137b1abfe4f142d576115bd3f18a1d679 (diff)
downloadDotNetOpenAuth-c92318401bb90e164ee4bc32b83b52968ab3f9d6.zip
DotNetOpenAuth-c92318401bb90e164ee4bc32b83b52968ab3f9d6.tar.gz
DotNetOpenAuth-c92318401bb90e164ee4bc32b83b52968ab3f9d6.tar.bz2
Trimmed off xml doc comment.
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth.OAuth2/OAuth2/ChannelElements/AuthorizationDataBag.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OAuth2/OAuth2/ChannelElements/AuthorizationDataBag.cs b/src/DotNetOpenAuth.OAuth2/OAuth2/ChannelElements/AuthorizationDataBag.cs
index a078d2f..c073008 100644
--- a/src/DotNetOpenAuth.OAuth2/OAuth2/ChannelElements/AuthorizationDataBag.cs
+++ b/src/DotNetOpenAuth.OAuth2/OAuth2/ChannelElements/AuthorizationDataBag.cs
@@ -24,7 +24,6 @@ namespace DotNetOpenAuth.OAuth2.ChannelElements {
/// <summary>
/// Gets or sets the identifier of the client authorized to access protected data.
/// </summary>
- /// <value></value>
[MessagePart]
public string ClientIdentifier { get; set; }