diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-08-17 08:08:26 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-08-17 08:09:54 -0700 |
commit | 1ed682342db33756dca2117cf2786231c0a69566 (patch) | |
tree | a7fa15ac6dbce50063ee0bfc65173ada029eb1f7 | |
parent | 98c45a40f5d7bca42dbc2e1eee981f013d1484bd (diff) | |
download | DotNetOpenAuth-1ed682342db33756dca2117cf2786231c0a69566.zip DotNetOpenAuth-1ed682342db33756dca2117cf2786231c0a69566.tar.gz DotNetOpenAuth-1ed682342db33756dca2117cf2786231c0a69566.tar.bz2 |
Fixed compiler warning from invalid xml doc comment.
-rw-r--r-- | src/DotNetOpenAuth/OpenId/Behaviors/GsaIcamProfile.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/OpenId/Behaviors/GsaIcamProfile.cs b/src/DotNetOpenAuth/OpenId/Behaviors/GsaIcamProfile.cs index 5baefcb..b014a6a 100644 --- a/src/DotNetOpenAuth/OpenId/Behaviors/GsaIcamProfile.cs +++ b/src/DotNetOpenAuth/OpenId/Behaviors/GsaIcamProfile.cs @@ -16,7 +16,7 @@ namespace DotNetOpenAuth.OpenId.Behaviors { using DotNetOpenAuth.OpenId.RelyingParty; /// <summary> - /// Implements the Identity, Credential, & Access Management (ICAM) OpenID 2.0 Profile + /// Implements the Identity, Credential, & Access Management (ICAM) OpenID 2.0 Profile /// for the General Services Administration (GSA). /// </summary> /// <remarks> |