diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-24 21:17:03 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-24 21:17:03 -0700 |
commit | 4d9022d728ba5559afaae25cb3025891bf1dc390 (patch) | |
tree | f08e6b3deeed4169387460360a28880290cd9c19 /src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/Messages/EndUserAuthorizationSuccessAuthCodeResponseAS.cs | |
parent | 9f99f9b491a1bdf1ef2e05d1c106cbad62072501 (diff) | |
download | DotNetOpenAuth-4d9022d728ba5559afaae25cb3025891bf1dc390.zip DotNetOpenAuth-4d9022d728ba5559afaae25cb3025891bf1dc390.tar.gz DotNetOpenAuth-4d9022d728ba5559afaae25cb3025891bf1dc390.tar.bz2 |
StyleCop fixes.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/Messages/EndUserAuthorizationSuccessAuthCodeResponseAS.cs')
-rw-r--r-- | src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/Messages/EndUserAuthorizationSuccessAuthCodeResponseAS.cs | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/Messages/EndUserAuthorizationSuccessAuthCodeResponseAS.cs b/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/Messages/EndUserAuthorizationSuccessAuthCodeResponseAS.cs index c3c3c84..99f69b9 100644 --- a/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/Messages/EndUserAuthorizationSuccessAuthCodeResponseAS.cs +++ b/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/Messages/EndUserAuthorizationSuccessAuthCodeResponseAS.cs @@ -1,8 +1,8 @@ -// ----------------------------------------------------------------------- -// <copyright file="EndUserAuthorizationSuccessAuthCodeResponseAS.cs" company=""> -// TODO: Update copyright text. +//----------------------------------------------------------------------- +// <copyright file="EndUserAuthorizationSuccessAuthCodeResponseAS.cs" company="Andrew Arnott"> +// Copyright (c) Andrew Arnott. All rights reserved. // </copyright> -// ----------------------------------------------------------------------- +//----------------------------------------------------------------------- namespace DotNetOpenAuth.OAuth2.Messages { using System; @@ -16,7 +16,7 @@ namespace DotNetOpenAuth.OAuth2.Messages { /// </summary> internal class EndUserAuthorizationSuccessAuthCodeResponseAS : EndUserAuthorizationSuccessAuthCodeResponse, IAuthorizationCodeCarryingRequest { /// <summary> - /// Initializes a new instance of the <see cref="EndUserAuthorizationSuccessAuthCodeResponse"/> class. + /// Initializes a new instance of the <see cref="EndUserAuthorizationSuccessAuthCodeResponseAS"/> class. /// </summary> /// <param name="clientCallback">The URL to redirect to so the client receives the message. This may not be built into the request message if the client pre-registered the URL with the authorization server.</param> /// <param name="version">The protocol version.</param> @@ -61,6 +61,5 @@ namespace DotNetOpenAuth.OAuth2.Messages { } #endregion - } } |