summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/Configuration/MessagingElement.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-06-09 09:43:00 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2013-06-09 09:43:00 -0700
commit8b4ee0d0213da4021a0438a8d593413a413fcbe5 (patch)
tree87e949616833e8e8cadd2320bc58ef8559f4cbac /src/DotNetOpenAuth.Core/Configuration/MessagingElement.cs
parentf5c6fd4e9a5bdd718f00008db63d498e0df8aea4 (diff)
downloadDotNetOpenAuth-8b4ee0d0213da4021a0438a8d593413a413fcbe5.zip
DotNetOpenAuth-8b4ee0d0213da4021a0438a8d593413a413fcbe5.tar.gz
DotNetOpenAuth-8b4ee0d0213da4021a0438a8d593413a413fcbe5.tar.bz2
Fixes compiler warning.
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)]