diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-04-13 22:27:54 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-04-13 22:27:54 -0700 |
commit | fd3084dd35f7f6ae546d7b1e63ce5a960811fdd0 (patch) | |
tree | e42fb8ce017afd905a5e373c13ae0214372bf513 /src/DotNetOpenAuth.OAuth.Common | |
parent | 1be87916ca66b4b847c86ae38f07637847fc01bd (diff) | |
download | DotNetOpenAuth-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')
-rw-r--r-- | src/DotNetOpenAuth.OAuth.Common/OAuth/DefaultOAuthHostFactories.cs | 2 |
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() { |