summaryrefslogtreecommitdiffstats
path: root/samples/OAuthClient/Code/Logging.cs
diff options
context:
space:
mode:
authorDavid Christiansen <DavidChristiansen@users.noreply.github.com>2016-03-25 11:33:33 +0000
committerDavid Christiansen <DavidChristiansen@users.noreply.github.com>2016-03-25 11:33:33 +0000
commite4435096cbeadb4567cfd77ed68cc9fc92515902 (patch)
tree513b96404b24a8e8f84d214d6e217609e988a9f0 /samples/OAuthClient/Code/Logging.cs
parente774db2029a57f439db894cf798bd8bb22f5e84a (diff)
parent6da912c7171495ee0d9b5df05cab1a8e3df85b62 (diff)
downloadDotNetOpenAuth-e4435096cbeadb4567cfd77ed68cc9fc92515902.zip
DotNetOpenAuth-e4435096cbeadb4567cfd77ed68cc9fc92515902.tar.gz
DotNetOpenAuth-e4435096cbeadb4567cfd77ed68cc9fc92515902.tar.bz2
Merge pull request #379 from lcalabrese/develop
StyleCop, fix tests, remove Microsoft.Net.Http and Microsoft.Bcl dependencies
Diffstat (limited to 'samples/OAuthClient/Code/Logging.cs')
-rw-r--r--samples/OAuthClient/Code/Logging.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OAuthClient/Code/Logging.cs b/samples/OAuthClient/Code/Logging.cs
index 8fbf594..d7d725e 100644
--- a/samples/OAuthClient/Code/Logging.cs
+++ b/samples/OAuthClient/Code/Logging.cs
@@ -7,7 +7,7 @@
using DotNetOpenAuth.Logging;
- /// <summary>
+ /// <summary>
/// Logging tools for this sample.
/// </summary>
public static class Logging {