diff options
author | David Christiansen <DavidChristiansen@users.noreply.github.com> | 2016-03-25 11:33:33 +0000 |
---|---|---|
committer | David Christiansen <DavidChristiansen@users.noreply.github.com> | 2016-03-25 11:33:33 +0000 |
commit | e4435096cbeadb4567cfd77ed68cc9fc92515902 (patch) | |
tree | 513b96404b24a8e8f84d214d6e217609e988a9f0 /samples/OAuthClient/Code/Logging.cs | |
parent | e774db2029a57f439db894cf798bd8bb22f5e84a (diff) | |
parent | 6da912c7171495ee0d9b5df05cab1a8e3df85b62 (diff) | |
download | DotNetOpenAuth-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.cs | 2 |
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 { |