summaryrefslogtreecommitdiffstats
path: root/samples/DotNetOpenAuth.ApplicationBlock/Util.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-03-31 21:58:23 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2011-03-31 21:58:23 -0700
commit82b27c9e437b688f1feff2891982facc3281e6e8 (patch)
tree2eae44e4efd671e0d2b3784f57b57819dd2def30 /samples/DotNetOpenAuth.ApplicationBlock/Util.cs
parentb23852c795da44cc89efb32da4d0af4fdd948ad6 (diff)
downloadDotNetOpenAuth-82b27c9e437b688f1feff2891982facc3281e6e8.zip
DotNetOpenAuth-82b27c9e437b688f1feff2891982facc3281e6e8.tar.gz
DotNetOpenAuth-82b27c9e437b688f1feff2891982facc3281e6e8.tar.bz2
Fixed for StyleCop that were exposed by StyleCop upgrade.
Diffstat (limited to 'samples/DotNetOpenAuth.ApplicationBlock/Util.cs')
-rw-r--r--samples/DotNetOpenAuth.ApplicationBlock/Util.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/DotNetOpenAuth.ApplicationBlock/Util.cs b/samples/DotNetOpenAuth.ApplicationBlock/Util.cs
index 0bec372..4b4113d 100644
--- a/samples/DotNetOpenAuth.ApplicationBlock/Util.cs
+++ b/samples/DotNetOpenAuth.ApplicationBlock/Util.cs
@@ -124,7 +124,7 @@
private readonly Action<HttpWebRequest> action;
/// <summary>
- /// Initializes a new instance of the <see cref="WrappingWebRequestHandler"/> class.
+ /// Initializes a new instance of the <see cref="Util.WrappingWebRequestHandler"/> class.
/// </summary>
/// <param name="wrappedHandler">The HTTP handler to wrap.</param>
/// <param name="action">The action to perform on outgoing HTTP requests.</param>