diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-01-17 21:46:42 -0800 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2009-01-17 21:46:42 -0800 |
commit | fb8ad8de7ea894acd9d488cbcfbb88a9c5cb4d1a (patch) | |
tree | 1262f1d0b9370197400530e906adb8c15576cc1c /src | |
parent | 15e9c340c28dcec55f5356a95f0d08ac40b2d7c0 (diff) | |
download | DotNetOpenAuth-fb8ad8de7ea894acd9d488cbcfbb88a9c5cb4d1a.zip DotNetOpenAuth-fb8ad8de7ea894acd9d488cbcfbb88a9c5cb4d1a.tar.gz DotNetOpenAuth-fb8ad8de7ea894acd9d488cbcfbb88a9c5cb4d1a.tar.bz2 |
Made the AXUtilities class static.
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/AXUtilities.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/AXUtilities.cs b/src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/AXUtilities.cs index b9faedb..d19d46e 100644 --- a/src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/AXUtilities.cs +++ b/src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/AXUtilities.cs @@ -13,7 +13,7 @@ namespace DotNetOpenAuth.OpenId.Extensions.AttributeExchange { /// <summary> /// Helper methods shared by multiple messages in the Attribute Exchange extension. /// </summary> - internal class AXUtilities { + internal static class AXUtilities { /// <summary> /// Serializes a set of attribute values to a dictionary of fields to send in the message. /// </summary> |