summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth.Common/OAuth
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.OAuth.Common/OAuth
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.OAuth.Common/OAuth')
-rw-r--r--src/DotNetOpenAuth.OAuth.Common/OAuth/DefaultOAuthHostFactories.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OAuth.Common/OAuth/DefaultOAuthHostFactories.cs b/src/DotNetOpenAuth.OAuth.Common/OAuth/DefaultOAuthHostFactories.cs
index f6d3a85..2266804 100644
--- a/src/DotNetOpenAuth.OAuth.Common/OAuth/DefaultOAuthHostFactories.cs
+++ b/src/DotNetOpenAuth.OAuth.Common/OAuth/DefaultOAuthHostFactories.cs
@@ -18,7 +18,7 @@ namespace DotNetOpenAuth.OAuth {
/// </summary>
/// <returns>An instance of <see cref="HttpMessageHandler"/>.</returns>
/// <remarks>
- /// An instance of <see cref="WebRequestHandler" /> is recommended where available;
+ /// An instance of WebRequestHandler is recommended where available;
/// otherwise an instance of <see cref="HttpClientHandler" /> is recommended.
/// </remarks>
public virtual HttpMessageHandler CreateHttpMessageHandler() {