diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-08-03 17:32:26 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-08-03 17:32:26 -0700 |
commit | 602235cb155d108e5f22627e1f4a07041ae3693e (patch) | |
tree | 2c4d5802ab412a3b5d929e9d362300f90137f158 /src/DotNetOpenAuth.OAuth.Consumer/OAuth/ChannelElements/OAuthConsumerChannel.cs | |
parent | 11bed3db5fbcb73a72944cfafb13f62ad7fab407 (diff) | |
download | DotNetOpenAuth-602235cb155d108e5f22627e1f4a07041ae3693e.zip DotNetOpenAuth-602235cb155d108e5f22627e1f4a07041ae3693e.tar.gz DotNetOpenAuth-602235cb155d108e5f22627e1f4a07041ae3693e.tar.bz2 |
A few stylecop fixes.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth.Consumer/OAuth/ChannelElements/OAuthConsumerChannel.cs')
-rw-r--r-- | src/DotNetOpenAuth.OAuth.Consumer/OAuth/ChannelElements/OAuthConsumerChannel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OAuth.Consumer/OAuth/ChannelElements/OAuthConsumerChannel.cs b/src/DotNetOpenAuth.OAuth.Consumer/OAuth/ChannelElements/OAuthConsumerChannel.cs index 412e322..3032817 100644 --- a/src/DotNetOpenAuth.OAuth.Consumer/OAuth/ChannelElements/OAuthConsumerChannel.cs +++ b/src/DotNetOpenAuth.OAuth.Consumer/OAuth/ChannelElements/OAuthConsumerChannel.cs @@ -10,7 +10,7 @@ internal class OAuthConsumerChannel : OAuthChannel { /// <summary> - /// Initializes a new instance of the <see cref="OAuthChannel"/> class. + /// Initializes a new instance of the <see cref="OAuthConsumerChannel"/> class. /// </summary> /// <param name="signingBindingElement">The binding element to use for signing.</param> /// <param name="store">The web application store to use for nonces.</param> |