summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-12-24 21:50:53 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-12-24 21:50:53 -0800
commitd1117cb60e58b3d5a1afed1867a14d405b223177 (patch)
treec40188494c7814c8e63d825eab0352c3c2ac819a /samples
parent556bb4012e2b9d5801ee997afa30053ff996141b (diff)
downloadDotNetOpenAuth-d1117cb60e58b3d5a1afed1867a14d405b223177.zip
DotNetOpenAuth-d1117cb60e58b3d5a1afed1867a14d405b223177.tar.gz
DotNetOpenAuth-d1117cb60e58b3d5a1afed1867a14d405b223177.tar.bz2
Fixed StyleCop messages.
Diffstat (limited to 'samples')
-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>