summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/Configuration/MessagingElement.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-04-13 22:27:54 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2013-04-13 22:27:54 -0700
commitfd3084dd35f7f6ae546d7b1e63ce5a960811fdd0 (patch)
treee42fb8ce017afd905a5e373c13ae0214372bf513 /src/DotNetOpenAuth.Core/Configuration/MessagingElement.cs
parent1be87916ca66b4b847c86ae38f07637847fc01bd (diff)
downloadDotNetOpenAuth-origin/DNOA.Messaging.Portable.zip
DotNetOpenAuth-origin/DNOA.Messaging.Portable.tar.gz
DotNetOpenAuth-origin/DNOA.Messaging.Portable.tar.bz2
Compiler warning fixes.origin/DNOA.Messaging.Portable
Diffstat (limited to 'src/DotNetOpenAuth.Core/Configuration/MessagingElement.cs')
-rw-r--r--src/DotNetOpenAuth.Core/Configuration/MessagingElement.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Core/Configuration/MessagingElement.cs b/src/DotNetOpenAuth.Core/Configuration/MessagingElement.cs
index 64dfba3..cc7b088 100644
--- a/src/DotNetOpenAuth.Core/Configuration/MessagingElement.cs
+++ b/src/DotNetOpenAuth.Core/Configuration/MessagingElement.cs
@@ -168,7 +168,7 @@ namespace DotNetOpenAuth.Configuration {
}
/// <summary>
- /// Gets or sets the configuration for the <see cref="UntrustedWebRequestHandler"/> class.
+ /// Gets or sets the configuration for the UntrustedWebRequestHandler class.
/// </summary>
/// <value>The untrusted web request.</value>
[ConfigurationProperty(UntrustedWebRequestElementName)]