diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-03-31 21:58:23 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-03-31 21:58:23 -0700 |
commit | 82b27c9e437b688f1feff2891982facc3281e6e8 (patch) | |
tree | 2eae44e4efd671e0d2b3784f57b57819dd2def30 /samples/DotNetOpenAuth.ApplicationBlock/Util.cs | |
parent | b23852c795da44cc89efb32da4d0af4fdd948ad6 (diff) | |
download | DotNetOpenAuth-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.cs | 2 |
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> |