summaryrefslogtreecommitdiff
path: root/qpid/dotnet/Qpid.Common/Collections/SynchronousQueue.cs
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/dotnet/Qpid.Common/Collections/SynchronousQueue.cs')
-rw-r--r--qpid/dotnet/Qpid.Common/Collections/SynchronousQueue.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/dotnet/Qpid.Common/Collections/SynchronousQueue.cs b/qpid/dotnet/Qpid.Common/Collections/SynchronousQueue.cs
index c559a37b44..3c12df6067 100644
--- a/qpid/dotnet/Qpid.Common/Collections/SynchronousQueue.cs
+++ b/qpid/dotnet/Qpid.Common/Collections/SynchronousQueue.cs
@@ -21,7 +21,7 @@
using System;
using System.Threading;
-namespace Qpid.Collections
+namespace Apache.Qpid.Collections
{
public class SynchronousQueue : BlockingQueue
{