diff options
Diffstat (limited to 'qpid/dotnet/Qpid.Common/Framing/AMQFrameDecodingException.cs')
| -rw-r--r-- | qpid/dotnet/Qpid.Common/Framing/AMQFrameDecodingException.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/dotnet/Qpid.Common/Framing/AMQFrameDecodingException.cs b/qpid/dotnet/Qpid.Common/Framing/AMQFrameDecodingException.cs index 82891b5986..cda8c84ecf 100644 --- a/qpid/dotnet/Qpid.Common/Framing/AMQFrameDecodingException.cs +++ b/qpid/dotnet/Qpid.Common/Framing/AMQFrameDecodingException.cs @@ -22,7 +22,7 @@ using System; using System.Runtime.Serialization; using log4net; -namespace Qpid.Framing +namespace Apache.Qpid.Framing { /// <summary> /// Thrown when a frame cannot be decoded. This generally indicates a mismatch between the broker and the |
