diff options
Diffstat (limited to 'src/DotNetOAuth/IProtocolMessage.cs')
-rw-r--r-- | src/DotNetOAuth/IProtocolMessage.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/DotNetOAuth/IProtocolMessage.cs b/src/DotNetOAuth/IProtocolMessage.cs index fb1ef96..a1ba259 100644 --- a/src/DotNetOAuth/IProtocolMessage.cs +++ b/src/DotNetOAuth/IProtocolMessage.cs @@ -1,8 +1,8 @@ -using System;
-using System.Collections.Generic;
-using System.Text;
+namespace DotNetOAuth {
+ using System;
+ using System.Collections.Generic;
+ using System.Text;
-namespace DotNetOAuth {
/// <summary>
/// The interface that classes must implement to be serialized/deserialized
/// as OAuth messages.
|