summaryrefslogtreecommitdiffstats
path: root/source/Janrain.OpenId/KVUtil.cs
diff options
context:
space:
mode:
Diffstat (limited to 'source/Janrain.OpenId/KVUtil.cs')
-rw-r--r--source/Janrain.OpenId/KVUtil.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/Janrain.OpenId/KVUtil.cs b/source/Janrain.OpenId/KVUtil.cs
index a297b51..b204af7 100644
--- a/source/Janrain.OpenId/KVUtil.cs
+++ b/source/Janrain.OpenId/KVUtil.cs
@@ -10,10 +10,16 @@ namespace Janrain.OpenId
public class KVUtil
{
+ #region Constructor(s)
+
public KVUtil()
{
}
+ #endregion
+
+ #region Methods
+
private static void Error(string message, bool strict)
{
if (strict)
@@ -83,5 +89,7 @@ namespace Janrain.OpenId
return dict;
}
+ #endregion
+
}
}