diff options
Diffstat (limited to 'dotnet/Qpid.Codec/ProtocolDecoderException.cs')
-rw-r--r-- | dotnet/Qpid.Codec/ProtocolDecoderException.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotnet/Qpid.Codec/ProtocolDecoderException.cs b/dotnet/Qpid.Codec/ProtocolDecoderException.cs index 562145288c..8e7e6da145 100644 --- a/dotnet/Qpid.Codec/ProtocolDecoderException.cs +++ b/dotnet/Qpid.Codec/ProtocolDecoderException.cs @@ -21,7 +21,7 @@ using System; using System.Runtime.Serialization; -namespace Qpid.Codec +namespace Apache.Qpid.Codec { [Serializable] public class ProtocolDecoderException : ProtocolCodecException @@ -67,3 +67,4 @@ namespace Qpid.Codec } + |