summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/Util.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-04-13 22:27:54 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2013-04-13 22:27:54 -0700
commitfd3084dd35f7f6ae546d7b1e63ce5a960811fdd0 (patch)
treee42fb8ce017afd905a5e373c13ae0214372bf513 /src/DotNetOpenAuth.Core/Util.cs
parent1be87916ca66b4b847c86ae38f07637847fc01bd (diff)
downloadDotNetOpenAuth-origin/DNOA.Messaging.Portable.zip
DotNetOpenAuth-origin/DNOA.Messaging.Portable.tar.gz
DotNetOpenAuth-origin/DNOA.Messaging.Portable.tar.bz2
Compiler warning fixes.origin/DNOA.Messaging.Portable
Diffstat (limited to 'src/DotNetOpenAuth.Core/Util.cs')
-rw-r--r--src/DotNetOpenAuth.Core/Util.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.Core/Util.cs b/src/DotNetOpenAuth.Core/Util.cs
index c2b1d7c..afe98dc 100644
--- a/src/DotNetOpenAuth.Core/Util.cs
+++ b/src/DotNetOpenAuth.Core/Util.cs
@@ -83,6 +83,7 @@ namespace DotNetOpenAuth {
string.Join(", ", new string[] { typeof(Page).FullName, typeof(IEmbeddedResourceRetrieval).FullName })));
}
}
+
/// <summary>
/// Validates that a URL will be resolvable at runtime.
/// </summary>