summaryrefslogtreecommitdiffstats
path: root/samples/DotNetOpenAuth.ApplicationBlock
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-05-06 22:24:50 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2011-05-06 22:24:50 -0700
commitd7e07694026888ae40254ee8468e40afe0ffee56 (patch)
treea10fdfb539b8481eea7d3400e70b85c6e8d6aa43 /samples/DotNetOpenAuth.ApplicationBlock
parent0d17e6bbbd119520269716fb5de7db36a1a28683 (diff)
parent031ef0e5f8111bc5e1c157b8159d2b9e28b4eda3 (diff)
downloadDotNetOpenAuth-d7e07694026888ae40254ee8468e40afe0ffee56.zip
DotNetOpenAuth-d7e07694026888ae40254ee8468e40afe0ffee56.tar.gz
DotNetOpenAuth-d7e07694026888ae40254ee8468e40afe0ffee56.tar.bz2
Merge branch 'v3.4' into oauth2
Conflicts: samples/OAuthServiceProvider/Code/Global.cs src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd src/DotNetOpenAuth/DotNetOpenAuth.csproj src/DotNetOpenAuth/Messaging/Channel.cs src/version.txt
Diffstat (limited to 'samples/DotNetOpenAuth.ApplicationBlock')
-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 4b4113d..0bec372 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="Util.WrappingWebRequestHandler"/> class.
+ /// Initializes a new instance of the <see cref="WrappingWebRequestHandler"/> class.
/// </summary>
/// <param name="wrappedHandler">The HTTP handler to wrap.</param>
/// <param name="action">The action to perform on outgoing HTTP requests.</param>