diff options
author | lcalabrese <lee.calabrese@gmail.com> | 2015-08-07 14:03:07 +0900 |
---|---|---|
committer | lcalabrese <lee.calabrese@gmail.com> | 2015-08-07 14:03:07 +0900 |
commit | c36d5ff1305e2585dd4b063a699ca5a9e3a99dfe (patch) | |
tree | 371a3bac6930d2882f95147ce34d5bb3baf41786 /samples/OAuthAuthorizationServer | |
parent | 369182b4eeb189cd38b87b1f31bd624f55ce96e0 (diff) | |
download | DotNetOpenAuth-c36d5ff1305e2585dd4b063a699ca5a9e3a99dfe.zip DotNetOpenAuth-c36d5ff1305e2585dd4b063a699ca5a9e3a99dfe.tar.gz DotNetOpenAuth-c36d5ff1305e2585dd4b063a699ca5a9e3a99dfe.tar.bz2 |
Fix changes made in previous commits to actually adhere to StyleCop rules, so the project even builds in Release mode
Diffstat (limited to 'samples/OAuthAuthorizationServer')
-rw-r--r-- | samples/OAuthAuthorizationServer/Global.asax.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/OAuthAuthorizationServer/Global.asax.cs b/samples/OAuthAuthorizationServer/Global.asax.cs index 8e3aefa..01cc78e 100644 --- a/samples/OAuthAuthorizationServer/Global.asax.cs +++ b/samples/OAuthAuthorizationServer/Global.asax.cs @@ -10,7 +10,7 @@ using DotNetOpenAuth.Logging;
- /// <summary>
+ /// <summary>
/// The global MVC Application.
/// </summary>
/// <remarks>
@@ -85,7 +85,7 @@ KeyNonceStore = new DatabaseKeyNonceStore();
-/// LogProvider.SetCurrentLogProvider(new ....)
+//// LogProvider.SetCurrentLogProvider(new ....)
Logger.Info("Sample starting...");
}
|