diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-01-11 22:10:17 -0800 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2009-01-11 22:10:17 -0800 |
commit | 6ca070b5a3b302f680674558c3ebffbee89578ff (patch) | |
tree | 4c350081f05cb5720ff6cb00771a58cdb8a35c7d | |
parent | a3b76299a94d9875fa779fea10eb1fe49e5ef53f (diff) | |
download | DotNetOpenAuth-6ca070b5a3b302f680674558c3ebffbee89578ff.zip DotNetOpenAuth-6ca070b5a3b302f680674558c3ebffbee89578ff.tar.gz DotNetOpenAuth-6ca070b5a3b302f680674558c3ebffbee89578ff.tar.bz2 |
Fixed namespace of (OAuth) DesktopConsumer class.
-rw-r--r-- | src/DotNetOpenAuth/OAuth/DesktopConsumer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/OAuth/DesktopConsumer.cs b/src/DotNetOpenAuth/OAuth/DesktopConsumer.cs index 5807715..41d5462 100644 --- a/src/DotNetOpenAuth/OAuth/DesktopConsumer.cs +++ b/src/DotNetOpenAuth/OAuth/DesktopConsumer.cs @@ -4,7 +4,7 @@ // </copyright> //----------------------------------------------------------------------- -namespace DotNetOpenAuth { +namespace DotNetOpenAuth.OAuth { using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; |