summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenId/Provider/AssociateRequest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenId/Provider/AssociateRequest.cs')
-rw-r--r--src/DotNetOpenId/Provider/AssociateRequest.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DotNetOpenId/Provider/AssociateRequest.cs b/src/DotNetOpenId/Provider/AssociateRequest.cs
index 8e5f178..a2f6f9a 100644
--- a/src/DotNetOpenId/Provider/AssociateRequest.cs
+++ b/src/DotNetOpenId/Provider/AssociateRequest.cs
@@ -28,7 +28,7 @@ namespace DotNetOpenId.Provider {
}
/// <summary>
- /// Used to throw a carefully crafted exception that will end up getting
+ /// This method is used to throw a carefully crafted exception that will end up getting
/// encoded as a response to the RP, given hints as to what
/// assoc_type and session_type args we support.
/// </summary>
@@ -79,7 +79,7 @@ namespace DotNetOpenId.Provider {
return response;
}
- internal override IEncodable CreateResponse() {
+ protected override IEncodable CreateResponse() {
return Answer();
}