summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Common/Framing/AMQProtocolHeaderException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet/Qpid.Common/Framing/AMQProtocolHeaderException.cs')
-rw-r--r--dotnet/Qpid.Common/Framing/AMQProtocolHeaderException.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotnet/Qpid.Common/Framing/AMQProtocolHeaderException.cs b/dotnet/Qpid.Common/Framing/AMQProtocolHeaderException.cs
index 555cf1e6af..379e5d00ba 100644
--- a/dotnet/Qpid.Common/Framing/AMQProtocolHeaderException.cs
+++ b/dotnet/Qpid.Common/Framing/AMQProtocolHeaderException.cs
@@ -22,7 +22,7 @@
using System;
using System.Runtime.Serialization;
-namespace Qpid.Framing
+namespace Apache.Qpid.Framing
{
[Serializable]
public class AMQProtocolHeaderException : AMQException