diff options
Diffstat (limited to 'dotnet/Qpid.Client/Client/State/AMQState.cs')
-rw-r--r-- | dotnet/Qpid.Client/Client/State/AMQState.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotnet/Qpid.Client/Client/State/AMQState.cs b/dotnet/Qpid.Client/Client/State/AMQState.cs index fc71fe647c..67f8427fb2 100644 --- a/dotnet/Qpid.Client/Client/State/AMQState.cs +++ b/dotnet/Qpid.Client/Client/State/AMQState.cs @@ -18,7 +18,7 @@ * under the License. * */ -namespace Qpid.Client.State +namespace Apache.Qpid.Client.State { public enum AMQState { @@ -32,3 +32,4 @@ namespace Qpid.Client.State } } + |