diff options
Diffstat (limited to 'dotnet/Qpid.Common/Framing/ContentBodyFactory.cs')
-rw-r--r-- | dotnet/Qpid.Common/Framing/ContentBodyFactory.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotnet/Qpid.Common/Framing/ContentBodyFactory.cs b/dotnet/Qpid.Common/Framing/ContentBodyFactory.cs index ec0e89b421..400b2aec08 100644 --- a/dotnet/Qpid.Common/Framing/ContentBodyFactory.cs +++ b/dotnet/Qpid.Common/Framing/ContentBodyFactory.cs @@ -19,9 +19,9 @@ * */ using log4net; -using Qpid.Buffer; +using Apache.Qpid.Buffer; -namespace Qpid.Framing +namespace Apache.Qpid.Framing { public class ContentBodyFactory : IBodyFactory { |