diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-07-18 08:30:43 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-07-18 08:30:43 -0700 |
commit | 098470f4e639be29d6a3f0d26ff26b30cabe9c26 (patch) | |
tree | 5d73457b315f87ff1d8682e0ea382a8d4888141b /src/DotNetOpenAuth.Core/Messaging/HmacAlgorithms.cs | |
parent | 8837d7fb4d61525c9bddc4fed8300a1bb9978ffa (diff) | |
download | DotNetOpenAuth-098470f4e639be29d6a3f0d26ff26b30cabe9c26.zip DotNetOpenAuth-098470f4e639be29d6a3f0d26ff26b30cabe9c26.tar.gz DotNetOpenAuth-098470f4e639be29d6a3f0d26ff26b30cabe9c26.tar.bz2 |
Fixed StyleCop issue
Diffstat (limited to 'src/DotNetOpenAuth.Core/Messaging/HmacAlgorithms.cs')
-rw-r--r-- | src/DotNetOpenAuth.Core/Messaging/HmacAlgorithms.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Core/Messaging/HmacAlgorithms.cs b/src/DotNetOpenAuth.Core/Messaging/HmacAlgorithms.cs index 41dce81..3164654 100644 --- a/src/DotNetOpenAuth.Core/Messaging/HmacAlgorithms.cs +++ b/src/DotNetOpenAuth.Core/Messaging/HmacAlgorithms.cs @@ -1,5 +1,5 @@ //----------------------------------------------------------------------- -// <copyright file="HmacAlgorithmNames.cs" company="Outercurve Foundation"> +// <copyright file="HmacAlgorithms.cs" company="Outercurve Foundation"> // Copyright (c) Outercurve Foundation. All rights reserved. // </copyright> //----------------------------------------------------------------------- |