diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-01 09:41:50 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-01 09:41:50 -0700 |
commit | e9694a76f36710499d209587f554fdace99cad55 (patch) | |
tree | fcea81ae2227cb8d2a4f81ea351120f03986ee5f /src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/ClientDescription.cs | |
parent | 247d4f5fccab45f8b37438835f9a4c33b5450f6a (diff) | |
download | DotNetOpenAuth-e9694a76f36710499d209587f554fdace99cad55.zip DotNetOpenAuth-e9694a76f36710499d209587f554fdace99cad55.tar.gz DotNetOpenAuth-e9694a76f36710499d209587f554fdace99cad55.tar.bz2 |
Fixed StyleCop message.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/ClientDescription.cs')
-rw-r--r-- | src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/ClientDescription.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/ClientDescription.cs b/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/ClientDescription.cs index 28fcaf5..dd59993 100644 --- a/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/ClientDescription.cs +++ b/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/ClientDescription.cs @@ -26,7 +26,6 @@ namespace DotNetOpenAuth.OAuth2 { /// <param name="secret">The secret.</param> /// <param name="defaultCallback">The default callback.</param> /// <param name="clientType">Type of the client.</param> - /// <param name="isCallbackAllowed">A delegate that determines whether the callback is allowed.</param> public ClientDescription(string secret, Uri defaultCallback, ClientType clientType) { this.secret = secret; this.DefaultCallback = defaultCallback; |