diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-22 08:09:59 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-22 08:09:59 -0700 |
commit | 93d79a7974c10e4e81ed737f14a746518daa8a80 (patch) | |
tree | 4239de1be489616640a6b65e1e4b87f44f17309b /src | |
parent | 94d1c68291865dc4557c599ce19cbec3c10541ff (diff) | |
download | DotNetOpenAuth-93d79a7974c10e4e81ed737f14a746518daa8a80.zip DotNetOpenAuth-93d79a7974c10e4e81ed737f14a746518daa8a80.tar.gz DotNetOpenAuth-93d79a7974c10e4e81ed737f14a746518daa8a80.tar.bz2 |
Fixed Stylecop messages.
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth.Core/Messaging/ProtocolFaultResponseException.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.Core/Messaging/ProtocolFaultResponseException.cs b/src/DotNetOpenAuth.Core/Messaging/ProtocolFaultResponseException.cs index f03ebdb..c2dc34e 100644 --- a/src/DotNetOpenAuth.Core/Messaging/ProtocolFaultResponseException.cs +++ b/src/DotNetOpenAuth.Core/Messaging/ProtocolFaultResponseException.cs @@ -60,6 +60,7 @@ namespace DotNetOpenAuth.Messaging { /// <summary> /// Creates the HTTP response to forward to the client to report the error. /// </summary> + /// <returns>The HTTP response.</returns> public OutgoingWebResponse CreateErrorResponse() { var response = this.channel.PrepareResponse(this.ErrorResponseMessage); return response; |